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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UATimeZoneData Class > UATimeZoneData Constructor : UATimeZoneData Constructor(Int16,Boolean)
The offset in minutes from UtcTime.
If TRUE, then daylight saving time (DST) is in effect and offset includes the DST correction. If FALSE then the offset does not include the DST correction and DST may or may not have been in effect.
Initializes a new instance of the class with all given parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal offset As Short, _
   ByVal daylightSavingInOffset As Boolean _
)
'Usage
 
Dim offset As Short
Dim daylightSavingInOffset As Boolean
 
Dim instance As New UATimeZoneData(offset, daylightSavingInOffset)
public UATimeZoneData( 
   short offset,
   bool daylightSavingInOffset
)
public:
UATimeZoneData( 
   short offset,
   bool daylightSavingInOffset
)

Parameters

offset
The offset in minutes from UtcTime.
daylightSavingInOffset
If TRUE, then daylight saving time (DST) is in effect and offset includes the DST correction. If FALSE then the offset does not include the DST correction and DST may or may not have been in effect.
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