TaiwanLunisolarCalendar::Eras Property

 

Gets the eras that are relevant to the current TaiwanLunisolarCalendar object.

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 always the current era.

The values in the array returned by this property are numbers that range from 1 to the largest era number. The largest era number is returned in the first array element and the smallest era number is returned in the last element.

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