TimeChangeRule Struct Reference
#include <Timezone.h>
Collaboration diagram for TimeChangeRule:
Public Attributes | |
| char | tag [6] |
| e.g. DST, UTC, etc. More... | |
| week_t | week |
| First, Second, Third, Fourth, or Last week of the month. More... | |
| dow_t | dow |
| Day of week, 0=Sun. More... | |
| month_t | month |
| 1=Jan More... | |
| uint8_t | hour |
| 0-23 More... | |
| int | offset |
| Offset from UTC in minutes. More... | |
Member Data Documentation
◆ dow
| dow_t TimeChangeRule::dow |
Day of week, 0=Sun.
◆ hour
| uint8_t TimeChangeRule::hour |
0-23
◆ month
| month_t TimeChangeRule::month |
1=Jan
◆ offset
| int TimeChangeRule::offset |
Offset from UTC in minutes.
◆ tag
| char TimeChangeRule::tag[6] |
e.g. DST, UTC, etc.
◆ week
| week_t TimeChangeRule::week |
First, Second, Third, Fourth, or Last week of the month.
The documentation for this struct was generated from the following file:
1.8.17