E_TimeZoneID
TYPE E_TimeZoneID:
(
eTimeZoneID_Invalid := -1,
eTimeZoneID_Unknown := 0,
eTimeZoneID_Standard := 1,
eTimeZoneID_Daylight := 2
);
END_TYPE
Additional information about operating system time zone settings.
- eTimeZoneID_Invalid = The time zone configuration could not be read;
- eTimeZoneID_Unknown = The system cannot determine the current time zone. This value is returned if daylight savings time is not used in the current time zone, because there are no transition dates.
- eTimeZoneID_Standard = The system is operating in the range covered by the StandardDate member of the ST_TimeZoneInformation structure.
- eTimeZoneID_Daylight = The system is operating in the range covered by the DaylightDate member of the ST_TimeZoneInformation structure.
Requirements
Development environment | Target system type | PLC libraries to include |
---|---|---|
TwinCAT v2.10.0 Build > 1319 | PC or CX (x86) | TcUtilities.Lib |