_TimeZone.ID 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.
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.