KoreanLunisolarCalendar.Eras 属性

定义

获取与当前 KoreanLunisolarCalendar 对象支持的日期和时间范围对应的纪元。

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()

属性值

Int32[]

32 位有符号整数数组,用于指定相关的纪元。 KoreanLunisolarCalendar 对象的返回值始终是包含一个等于 GregorianEra 值的元素的数组。

适用于