Return to previous page | Return to menu | Go to next page
Structure
RTC time
typedef struct{
Uint16 year;
Uint8 month;
Uint8 date;
Uint8 hour;
Uint8 minute;
Uint8 second;
} SmpcDateTime;
year year month Day of week / month date day hour hour minute minutes second seconds
This is a structure for referring to RTC time.
It is used when referring to the member “rtc” of the system variable “Smpc_Status”.
Reference: HARDWARE MANUAL vol.1 (SMPC)
SmpcDateTime