TimeZone.StandardName Property

Definition

Gets the standard time zone name.

public:
 abstract property System::String ^ StandardName { System::String ^ get(); };
public abstract string StandardName { get; }
member this.StandardName : string
Public MustOverride ReadOnly Property StandardName As String

Property Value

The standard time zone name.

Exceptions

An attempt was made to set this property to null.

Remarks

The StandardName property corresponds to the TimeZoneInfo.StandardName property. Whenever possible, use the TimeZoneInfo.StandardName property.

Applies to

See also