Share via


StandardName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the standard time zone name.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property StandardName As String
public abstract string StandardName { get; }
public:
virtual property String^ StandardName {
    String^ get () abstract;
}
abstract StandardName : string with get
abstract function get StandardName () : String

Property Value

Type: System. . :: . .String
The standard time zone name.

Exceptions

Exception Condition
ArgumentNullException

An attempt was made to set this property to null Nothing nullptr unit a null reference (Nothing in Visual Basic) .

Remarks

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

.NET Framework Security

See Also

Reference

TimeZone Class

System Namespace