Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UmAlQuraCalendar::Eras Property

 

Gets a list of the eras that are supported by the current UmAlQuraCalendar.

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

public:
property array<int>^ Eras {
	virtual array<int>^ get() override;
}

Property Value

Type: array<System::Int32>^

An array that consists of a single element having a value that is UmAlQuraEra.

The Hijri calendar recognizes one era: A.H. (Latin "Anno Hegirae", which means "the year of the migration," in reference to the migration of Muhammad (PBUH) from Mecca). This property always returns an array with only one element.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft