UA_TimeZoneDataType

This PLC data type maps the node "TimeZoneDataType" [i=8912]: reference.opcfoundation.org
This structured data type defines the local time, which may or may not take daylight saving time into account.

Syntax

{attribute 'pack_mode' := '1'}
TYPE UA_TimeZoneDataType :
STRUCT
    nOffset                 : UA_Int16;
    bDaylightSavingInOffset : UA_Boolean;
END_STRUCT
END_TYPE

Parameter

Name

Type

Description

nOffset

Tc3_OpcUa.UA_Int16

Time offset in minutes relative to UTC time

nDaylightSavingInOffset

Tc3_OpcUa.UA_Boolean

Indication of whether the offset includes the summer time correction