TimezoneInformation (STRUCT)
TYPE TimezoneInformation : STRUCT
<category>Timezone information</category> <description>
This infomation describes a local timezone with standard- and daylight-saving-time (also known as summer- and wintertime).
</description>
- InOut:
Name
Type
Comment
ulStandardDateUDINT<element name=”ulStandardDate” type=”IN”>Date to switch to standard time (from summer- to wintertime) [local time in seconds since 1.1.1970 00:00:00]</element>
ulDaylightDateUDINT<element name=”ulDaylightDate” type=”IN”>Date to switch to daylight savings time (from winter- to summertime) [local time in seconds since 1.1.1970 00:00:00]</element>
szStandardNameSTRING(32)<element name=”szStandardName” type=”IN”>Standard name of the timezone (wintertime) [string with max. 32bytes]</element>
szDaylightNameSTRING(32)<element name=”szDaylightName” type=”IN”>Daylight savings time name (summertime) [string with max. 32bytes]</element>
iBiasINT<element name=”iBias” type=”IN”>UTC = local time + bias [minutes]</element>
iStandardBiasINT<element name=”iStandardBias” type=”IN”>Additional offset at standard time (wintertime) [minutes]</element>
iDaylightBiasINT<element name=”iDaylightBias” type=”IN”>Additional offset at daylight savings time (summertime) [minutes]</element>