Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFTimeZone.DaylightName Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFTimeZone.DaylightName Property
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: String
The 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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in