QuickOPC User's Guide and Reference
DaylightSavingInOffset Property (_UATimeZoneData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UATimeZoneData Interface : DaylightSavingInOffset Property
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.
Syntax
'Declaration
 
Property DaylightSavingInOffset As Boolean
'Usage
 
Dim instance As _UATimeZoneData
Dim value As Boolean
 
instance.DaylightSavingInOffset = value
 
value = instance.DaylightSavingInOffset
bool DaylightSavingInOffset {get; set;}
property bool DaylightSavingInOffset {
   bool get();
   void set (    bool value);
}
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