AFTimeZone.Name Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The invariant culture name of the time zone.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string Name { get; }
Public ReadOnly Property Name As String Get Dim instance As AFTimeZone Dim value As String value = instance.Name
public: property String^ Name { String^ get (); }
member Name : string with get
Property Value
Type: StringReturns the invariant culture name associated with the time zone.
Remarks
This invariant culture name is a key string that uniquely identifies a particular time zone. It can be used with the FromName(String) method to return the AFTimeZone which corresponds to the specified name.
The value of the Name property is usually, but not always, identical to that of the StandardName property. The name of the Coordinated Universal Time Zone is UTC.