RTCLK_GETDATEANDTIME_PARAMS (STRUCT) ¶ TYPE RTCLK_GETDATEANDTIME_PARAMS : STRUCT InOut: Name Type dtDateAndTime DT eTimezone PERIODE
RTCLK_GETTIMEZONEINFORMATION_PARAMS (STRUCT) ¶ TYPE RTCLK_GETTIMEZONEINFORMATION_PARAMS : STRUCT InOut: Name Type tziTimezone RTCLK_TIME_ZONE_INFO
RTCLK_PERIODE_INFO (STRUCT) ¶ TYPE RTCLK_PERIODE_INFO : STRUCT InOut: Name Type sName STRING(32) tmDate RTCLK_SYSTEMTIME iBias INT
RTCLK_SETDATEANDTIME_PARAMS (STRUCT) ¶ TYPE RTCLK_SETDATEANDTIME_PARAMS : STRUCT InOut: Name Type dtDateAndTime DT
RTCLK_SETTIMEZONEINFORMATION_PARAMS (STRUCT) ¶ TYPE RTCLK_SETTIMEZONEINFORMATION_PARAMS : STRUCT InOut: Name Type tziTimezone RTCLK_TIME_ZONE_INFO
RTCLK_SYSTEMTIME (STRUCT) ¶ TYPE RTCLK_SYSTEMTIME : STRUCT Two formats are supported: Absolute format: defines an exact time. “uiYear”, “uiMonth”, “uiDay”, “uiHour”, “uiMinute” and “uiSecond” define the exact time. “uiWeekday” is of no importance. Day of the month format: is selected by setting ”uiYear” to 0. „uiWeekday“ defines a weekday and “uiDay” specifies the day of the month in a value range of 1..5. This notation makes it possible to define the first Sunday in April as well as the last Thursday in October (“uiDay” = 1 corresponds to the first weekday in a month, “uiDay” = 5 corresponds to the last weekday in a month) Note 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. InOut: Name Type Comment uiYear UINT 1970..1099 uiMonth UINT 1..12 1 => January eWeekday WEEKDAY 0 Sunday .. 6 Saturday uiDay UINT 1..31 day in this Moth or 1..5 1=> first day in this month 5 => last day in this month uiHour UINT 0..24 uiMinute UINT 0..59 uiSecond UINT 0..59
RTCLK_TIME_ZONE_INFO (STRUCT) ¶ TYPE RTCLK_TIME_ZONE_INFO : STRUCT InOut: Name Type Comment iBias INT Offset in minutes (local time = UTC + iBias) sPeriode ARRAY [1..2] OF RTCLK_PERIODE_INFO 1 standard, 2 daylight
SYSTEMTIME (ALIAS) ¶ TYPE SYSTEMTIME : RTCLK_SYSTEMTIME
TIME_ZONE_INFO (ALIAS) ¶ TYPE TIME_ZONE_INFO : RTCLK_TIME_ZONE_INFO
GetSupplierVersion (FUN) ¶ FUNCTION GetSupplierVersion : WORD InOut: Scope Name Type Return GetSupplierVersion WORD Input xDummy BOOL