ChineseLunisolarCalendar.Eras 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得對應至目前 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 值相等項目的陣列。
- 屬性