_TimeZone.StandardDesignation Property

Definition

Returns a String (string in C#) that identifies the time zone in standard time. Read-only.

public:
 property System::String ^ StandardDesignation { System::String ^ get(); };
public string StandardDesignation { get; }
Public ReadOnly Property StandardDesignation As String

Property Value

Remarks

This property is stored as the Std value for the time zone in the registry.

Applies to