AFTimeZone.DaylightName Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets the localized display name for the current time zone's daylight saving time.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public override string DaylightName { get; }
Public Overrides ReadOnly Property DaylightName As String Get Dim instance As AFTimeZone Dim value As String value = instance.DaylightName
public: virtual property String^ DaylightName { String^ get () override; }
abstract DaylightName : string with get override DaylightName : string with get
Property Value
Type: StringThe display name for the time zone's localized daylight saving time.
Remarks
An empty string or value for this property does not necessarily indicate that the time
zone supports daylight savings time. To determine whether the time zone supports daylight savings time, check
the value of its SupportsDaylightSavingsTime property.