Data Fields | |
| uint16_t | year |
| The four-digit year. | |
| uint8_t | month |
| The month (1-12). | |
| uint8_t | day |
| The day (1-31). | |
| uint8_t | hour |
| The hour (0-23). | |
| uint8_t | minute |
| The minute (0-59). | |
| uint8_t | second |
| The second (0-59). | |
| uint16_t clock_date_time::year |
The four-digit year.
| uint8_t clock_date_time::month |
The month (1-12).
| uint8_t clock_date_time::day |
The day (1-31).
| uint8_t clock_date_time::hour |
The hour (0-23).
| uint8_t clock_date_time::minute |
The minute (0-59).
| uint8_t clock_date_time::second |
The second (0-59).
1.5.5