TimeZone.StandardName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.