QuickOPC User's Guide and Reference
UATimeZoneData Constructor(Int16)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UATimeZoneData Class > UATimeZoneData Constructor : UATimeZoneData Constructor(Int16)
The offset in minutes from UtcTime.
Initializes a new instance of the class with given offset.
Syntax
'Declaration
 
Public Function New( _
   ByVal offset As Short _
)
'Usage
 
Dim offset As Short
 
Dim instance As New UATimeZoneData(offset)
public UATimeZoneData( 
   short offset
)
public:
UATimeZoneData( 
   short offset
)

Parameters

offset
The offset in minutes from UtcTime.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also