RTC date and time format info. More...
#include <iot_rtc.h>
Data Fields | |
| uint8_t | ucSecond | 
| uint8_t | ucMinute | 
| uint8_t | ucHour | 
| uint8_t | ucDay | 
| uint8_t | ucMonth | 
| uint16_t | usYear | 
| uint8_t | ucWday | 
RTC date and time format info.
| uint8_t IotRtcDatetime_t::ucSecond | 
Seconds - range from 0 to 59.
| uint8_t IotRtcDatetime_t::ucMinute | 
minutes - range from 0 to 59.
| uint8_t IotRtcDatetime_t::ucHour | 
hours - range from 0 to 23.
| uint8_t IotRtcDatetime_t::ucDay | 
date of month - range from 1 to 31 (depending on month).
| uint8_t IotRtcDatetime_t::ucMonth | 
months since January - range from 0 to 11.
| uint16_t IotRtcDatetime_t::usYear | 
years since 1900
| uint8_t IotRtcDatetime_t::ucWday | 
Week day from Sunday - range from 0 to 6