![]() |
![]() |
RTC Date Structure. Contains the field of year, month and day for Date. More...
#include <csl_rtc.h>
Data Fields | |
| Uint16 | year |
| Uint16 | month |
| Uint16 | day |
RTC Date Structure. Contains the field of year, month and day for Date.
| Uint16 CSL_RtcDate::day |
Month field value between 1 - 31
Referenced by RTC_getDate().
| Uint16 CSL_RtcDate::month |
Month field value between 1 - 12
Referenced by RTC_getDate().
| Uint16 CSL_RtcDate::year |
Year field value between 0 - 99
Referenced by RTC_getDate().
1.7.4