ChineseLunisolarCalendar::Eras Property
.NET Framework (current version)
Gets the eras that correspond to the range of dates and times supported by the current ChineseLunisolarCalendar object.
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
Available since 10
.NET Framework
Available since 2.0
Show: