#include <OnethinxCore01.h>
Data Fields | |
| uint32_t | value |
| struct { | |
| uint32_t Second: 6 | |
| uint32_t Minute: 6 | |
| uint32_t Hour: 5 | |
| Hour in 24h mode. More... | |
| uint32_t DayOfMonth: 5 | |
| First day of month = 0. More... | |
| uint32_t Month: 4 | |
| First month = 0. More... | |
| uint32_t Year: 6 | |
| Year 2000 = 0. More... | |
| }; | |
| struct { ... } |
| uint32_t DayOfMonth |
First day of month = 0.
| uint32_t Hour |
Hour in 24h mode.
| uint32_t Minute |
| uint32_t Month |
First month = 0.
| uint32_t Second |
| uint32_t value |
| uint32_t Year |
Year 2000 = 0.