![]() |
mikroSDK Reference Manual
|
Structure representing the RTC time. More...
Data Fields | |
| uint8_t | hour |
| uint8_t | minute |
| uint8_t | second |
This structure is used to hold the real-time clock information, including hour, minute, second and it follows a 24-hour format.
Example
| uint8_t rtc_time_t::hour |
2-digit format - support values from 00 to 23.
| uint8_t rtc_time_t::minute |
2-digit format - support values from 00 to 59.
| uint8_t rtc_time_t::second |
2-digit format - support values from 00 to 59.