HebrewCalendar.Eras Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the list of eras in the HebrewCalendar.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Int32 []An array of integers that represents the eras in the HebrewCalendar type. The return value is always an array containing one element equal to CurrentEra.
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 HebrewCalendar class recognizes only the current era (A.M.). This property always returns an array with only one element.
Show: