| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include <common/Types.h> |
| 4 | #include <common/strong_typedef.h> |
| 5 | |
| 6 | /** Represents number of days since 1970-01-01. |
| 7 | * See DateLUTImpl for usage examples. |
| 8 | */ |
| 9 | STRONG_TYPEDEF(UInt16, DayNum) |
| 10 |
| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include <common/Types.h> |
| 4 | #include <common/strong_typedef.h> |
| 5 | |
| 6 | /** Represents number of days since 1970-01-01. |
| 7 | * See DateLUTImpl for usage examples. |
| 8 | */ |
| 9 | STRONG_TYPEDEF(UInt16, DayNum) |
| 10 |