AFTimeZone.Name Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The invariant culture name of the time zone.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.