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

AF SDK Reference

Product Family
Current publication
Table of Contents

AFTimeZone.StandardName Property

AFTimeZone.StandardName Property
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: String
The 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.

Version Information

AFSDK


See Also

Was this topic helpful?