Noda Time
YearOfCentury Property
NamespacesNodaTimeLocalDateYearOfCentury

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

Gets the year of this local date within the century.
Declaration Syntax
C#Visual BasicVisual C++
public int YearOfCentury { get; }
Public ReadOnly Property YearOfCentury As Integer
	Get
public:
property int YearOfCentury {
	int get ();
}
Remarks
This always returns a value in the range 0 to 99 inclusive.

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