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 值的元素的数组。

属性

适用于