System.Globalization.Calendar.Eras Property

When overridden in a derived class, gets the list of eras in the current calendar.

Syntax

public abstract int[] Eras { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The eras are in reverse chronological order, with the current era as the first element of the array, and the oldest era as the last element of the array. For example, the value of the current era in System.Globalization.JapaneseCalendar is 4, which is the first element of the array.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0