Eras Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

public override int[] Eras { get; }

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft