Noda Time
Eras Property
NamespacesNodaTimeCalendarSystemEras

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

Returns a read-only list of eras used in this calendar system.
Declaration Syntax
C#Visual BasicVisual C++
public IList<Era> Eras { get; }
Public ReadOnly Property Eras As IList(Of Era)
	Get
public:
property IList<Era^>^ Eras {
	IList<Era^>^ get ();
}

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