ChineseLunisolarCalendar.Eras 屬性

定義

取得對應至目前 ChineseLunisolarCalendar 物件所支援之日期與時間範圍的紀元。

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

屬性值

Int32[]

32 位元帶正負號整數的陣列,指定相關的紀元。 ChineseLunisolarCalendar 物件的傳回值永遠是包含一個與 ChineseEra 值相等項目的陣列。

屬性

適用於