System.Globalization.JapaneseLunisolarCalendar.Eras Property

Gets the eras that are relevant to the System.Globalization.JapaneseLunisolarCalendar object.

Syntax

public override int[] Eras { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The values in the array returned by this property are numbers that range from 1 to the largest era number. The largest era number is returned in the first array element and the smallest era number is returned in the last element.

The JapaneseLunisolarCalendar.Eras property returns the same values as the JapaneseCalendar.Eras property.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0