Noda Time
Version Property
NamespacesNodaTime.TimeZones.CldrWindowsZonesVersion

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

Gets the version of the Windows zones mapping data read from the original file.
Declaration Syntax
C#Visual BasicVisual C++
public string Version { get; }
Public ReadOnly Property Version As String
	Get
public:
property String^ Version {
	String^ get ();
}
Remarks

As with other IDs, this should largely be treated as an opaque string, but the current method for generating this from the mapping file extracts a number from an element such as <version number="$Revision: 7825 $"/>. This is a Subversion revision number, but that association should only be used for diagnostic curiosity, and never assumed in code.

This property will never return a null value.

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