KoreanLunisolarCalendar.Eras Property

Definition

Gets the eras that correspond to the range of dates and times supported by the current KoreanLunisolarCalendar object.

public:
 virtual property cli::array <int> ^ Eras { cli::array <int> ^ get(); };
public override int[] Eras { get; }
member this.Eras : int[]
Public Overrides ReadOnly Property Eras As Integer()

Property Value

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.

Applies to