System.Globalization.HebrewCalendar.Eras Property

Gets the list of eras in the System.Globalization.HebrewCalendar.

Syntax

public override int[] Eras { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Hebrew calendar recognizes two eras: B.C.E. (before the common era) and A.M. (Latin "Anno Mundi", which means "the year of the world"). This implementation of the System.Globalization.HebrewCalendar class recognizes only the current era (A.M.). This property always returns an array with only one element.

Requirements

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