KoreanCalendar::Eras Property

 

Gets the list of eras in the KoreanCalendar.

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 integers that represents the eras in the KoreanCalendar.

The KoreanCalendar class recognizes only the current era. This property always returns an array with only one element.

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