_TimeZone.ID Property

Definition

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

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

Property Value

Remarks

The ID of a time zone is globally the same for that time zone. It is the name of the Windows registry key that contains the time zone information. Unlike the Name property, the value of ID is not localized.

Applies to