Noda Time
CountryCode Property
NamespacesNodaTime.TimeZonesTzdbZoneLocationCountryCode

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

The ISO-3166 2-letter country code for the country containing the location.
Declaration Syntax
C#Visual BasicVisual C++
public string CountryCode { get; }
Public ReadOnly Property CountryCode As String
	Get
public:
property String^ CountryCode {
	String^ get ();
}
Remarks
This will never be null.

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