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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UATimeZoneData Class : 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
 
<DataMemberAttribute()>
<DefaultValueAttribute(False)>
Public Property DaylightSavingInOffset As Boolean
'Usage
 
Dim instance As UATimeZoneData
Dim value As Boolean
 
instance.DaylightSavingInOffset = value
 
value = instance.DaylightSavingInOffset
[DataMember()]
[DefaultValue(false)]
public bool DaylightSavingInOffset {get; set;}
[DataMember()]
[DefaultValue(false)]
public:
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