This documentation is archived and is not being maintained.
ChineseLunisolarCalendar::Eras Property
Visual Studio 2010
Gets the eras that correspond to the range of dates and times supported by the current ChineseLunisolarCalendar object.
Assembly: mscorlib (in mscorlib.dll)
[ComVisibleAttribute(false)] public: virtual property array<int>^ Eras { 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: