This documentation is archived and is not being maintained.
HebrewCalendar::Eras Property
Visual Studio 2010
Gets the list of eras in the HebrewCalendar.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: array<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 HebrewEra.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: