Go to the source code of this file.
◆ compileDay()
| constexpr uint8_t compileDay |
( |
| ) |
|
|
constexpr |
- Returns
- day field of the DATE macro.
◆ compileHour()
| constexpr uint8_t compileHour |
( |
| ) |
|
|
constexpr |
- Returns
- hour field of the TIME macro.
◆ compileMinute()
| constexpr uint8_t compileMinute |
( |
| ) |
|
|
constexpr |
- Returns
- minute field of the TIME macro.
◆ compileMonth()
| constexpr uint8_t compileMonth |
( |
| ) |
|
|
constexpr |
- Returns
- month field of the DATE macro.
◆ compileMonthIs()
| constexpr bool compileMonthIs |
( |
const char * |
str | ) |
|
|
constexpr |
- Returns
- true if str equals the month field of the DATE macro.
◆ compileSecond()
| constexpr uint8_t compileSecond |
( |
| ) |
|
|
constexpr |
- Returns
- second field of the TIME macro.
◆ compileYear()
| constexpr uint16_t compileYear |
( |
| ) |
|
|
constexpr |
- Returns
- year field of the DATE macro.