Noda Time
Year Property
NamespacesNodaTimeLocalDateYear

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

Gets the year of this local date.
Declaration Syntax
C#Visual BasicVisual C++
public int Year { get; }
Public ReadOnly Property Year As Integer
	Get
public:
property int Year {
	int get ();
}
Remarks
This returns the "absolute year", so, for the ISO calendar, a value of 0 means 1 BC, for example.

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