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.

ChineseLunisolarCalendar::Eras Property

 

Gets the eras that correspond to the range of dates and times supported by the current ChineseLunisolarCalendar object.

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

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

Property Value

Type: array<System::Int32>^

An array of 32-bit signed integers that specify the relevant eras. The return value for a ChineseLunisolarCalendar object is always an array containing one element equal to the ChineseEra value.

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