AFTimeZone.SupportsDaylightSavingsTime Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Get a value indicating whether the time zone has any daylight saving time rules.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool SupportsDaylightSavingsTime { get; }
Public ReadOnly Property SupportsDaylightSavingsTime As Boolean Get Dim instance As AFTimeZone Dim value As Boolean value = instance.SupportsDaylightSavingsTime
public: property bool SupportsDaylightSavingsTime { bool get (); }
member SupportsDaylightSavingsTime : bool with get
Property Value
Type: BooleanReturns if the time zone supports daylight saving time; otherwise is returned.