2018-09-17 03:09:56 +00:00
|
|
|
#pragma once
|
|
|
|
|
2020-03-19 10:38:34 +00:00
|
|
|
#include <common/types.h>
|
2018-09-17 03:09:56 +00:00
|
|
|
#include <common/strong_typedef.h>
|
|
|
|
|
|
|
|
/** Represents number of days since 1970-01-01.
|
|
|
|
* See DateLUTImpl for usage examples.
|
|
|
|
*/
|
|
|
|
STRONG_TYPEDEF(UInt16, DayNum)
|