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

ulStandardDate

UDINT

<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>

ulDaylightDate

UDINT

<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>

szStandardName

STRING(32)

<element name=”szStandardName” type=”IN”>Standard name of the timezone (wintertime) [string with max. 32bytes]</element>

szDaylightName

STRING(32)

<element name=”szDaylightName” type=”IN”>Daylight savings time name (summertime) [string with max. 32bytes]</element>

iBias

INT

<element name=”iBias” type=”IN”>UTC = local time + bias [minutes]</element>

iStandardBias

INT

<element name=”iStandardBias” type=”IN”>Additional offset at standard time (wintertime) [minutes]</element>

iDaylightBias

INT

<element name=”iDaylightBias” type=”IN”>Additional offset at daylight savings time (summertime) [minutes]</element>