AFTimeZone.StandardName Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
Gets the localized display name for the time zone's standard time.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
public override string StandardName { get; }
Public Overrides ReadOnly Property StandardName As String Get Dim instance As AFTimeZone Dim value As String value = instance.StandardName
public: virtual property String^ StandardName { String^ get () override; }
abstract StandardName : string with get override StandardName : string with get
Property Value
Type: StringThe localized display name of the time zone's standard time.
Remarks
The value of this property is usually, but not always, identical to that of the
Name property.