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

AF SDK Reference

AFTimeZone.Name Property

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

Version Information

AFSDK


See Also

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