Noda Time
WindowsVersion Property
NamespacesNodaTime.TimeZones.CldrWindowsZonesWindowsVersion

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

Gets the Windows time zone database version this Windows zone mapping data was created from.
Declaration Syntax
C#Visual BasicVisual C++
public string WindowsVersion { get; }
Public ReadOnly Property WindowsVersion As String
	Get
public:
property String^ WindowsVersion {
	String^ get ();
}
Remarks

At the time of this writing, this is populated (by CLDR) from the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\TzVersion, so "7dc0101" for example.

This property will never return a null value, but will be "Unknown" if the data is loaded from the legacy resource format.

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