Noda Time
WindowsId Property
NamespacesNodaTime.TimeZones.CldrMapZoneWindowsId

[This is preliminary documentation and is subject to change.]

Gets the Windows system time zone identifier for this mapping, such as "Central Standard Time".
Declaration Syntax
C#Visual BasicVisual C++
public string WindowsId { get; }
Public ReadOnly Property WindowsId As String
	Get
public:
property String^ WindowsId {
	String^ get ();
}
Remarks

Most Windows system time zone identifiers use the name for the "standard" part of the zone as the overall identifier. Don't be fooled: just because a time zone includes "standard" in its identifier doesn't mean that it doesn't observe daylight saving time.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)