Noda Time
Iso Property
NamespacesNodaTimeCalendarSystemIso

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

Returns a calendar system that follows the rules of the ISO-8601 standard, which is compatible with Gregorian for all modern dates.
Declaration Syntax
C#Visual BasicVisual C++
public static CalendarSystem Iso { get; }
Public Shared ReadOnly Property Iso As CalendarSystem
	Get
public:
static property CalendarSystem^ Iso {
	CalendarSystem^ get ();
}
Remarks

When ISO does not define a field, but it can be determined (such as AM/PM) it is included.

With the exception of century related fields, the ISO calendar is exactly the same as the Gregorian calendar system. In the ISO system, centuries and year of century are zero based. For all years, the century is determined by dropping the last two digits of the year, ignoring sign. The year of century is the value of the last two year digits.

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