KoreanLunisolarCalendar::Eras Property

 

Gets the eras that correspond to the range of dates and times supported by the current KoreanLunisolarCalendar 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 of 32-bit signed integers that specify the relevant eras. The return value for a KoreanLunisolarCalendar object is always an array containing one element equal to the GregorianEra value.

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