This data structure of the CAA_RealTimeClock.library defines a time.
Two formats are supported:
提示! The following applies for the summer time in Germany: The switch to summer time is done on the last Sunday in March. At 2:00 a.m. the clock is set ahead by one hour. The following applies for the winter time (standard time) in Germany: The switch to winter time is done on the last Sunday in October. At 3:00 a.m. the clock is set back by one hour. |
In this format:
uiYear |
UINT |
Year (1970..2099) |
uiMonth |
UINT |
Month (1..12) 1=January |
uiWeekday |
RTCLK.WEEKDAY |
Weekday (0..6) 0=Sunday |
uiDay |
UINT |
Number of the day in the month (1..31) or Number of the weekday in the month (1..5) 1=first, 5=last |
uiHour |
UINT |
Hour (0..23) |
uiMinute |
UINT |
Minute (0..59) |
uiSecond |
UINT |
Second (0..59) |