KoreanCalendar.Eras 属性

定义

获取 KoreanCalendar 中的纪元列表。Gets the list of eras in the KoreanCalendar.

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[]

表示 KoreanCalendar 中的纪元的整数数组。An array of integers that represents the eras in the KoreanCalendar.

注解

KoreanCalendar类仅识别当前纪元。The KoreanCalendar class recognizes only the current era. 此属性始终返回只包含一个元素的数组。This property always returns an array with only one element.

适用于

另请参阅