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: