E_TimeZoneID

Additional information on the configured time zone of the operating system.

TYPE E_TimeZoneID :
(
    eTimeZoneID_Invalid  := -1,
    eTimeZoneID_Unknown  := 0,
    eTimeZoneID_Standard := 1,
    eTimeZoneID_Daylight := 2
);
END_TYPE

Value

Meaning

eTimeZoneID_Invalid

The time zone configuration could not be read

eTimeZoneID_Unknown

The time zone configuration could be read, but the standard/summer time information is unknown

eTimeZoneID_Standard

Currently standard time is used

eTimeZoneID_Daylight

Currently summer time is used

Requirements

Development environment

Target platform

PLC libraries to be integrated (category group)

TwinCAT v3.1.0

PC or CX (x86, x64, ARM)

Tc2_Utilities (System)