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);
}
Property Value
The default value of this property is False
.
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