ThaiBuddhistCalendar.Eras 属性

定义

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

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

一个数组,它由值始终是当前纪元的单个元素组成。An array that consists of a single element having a value that is always the current era.

注解

此属性返回的数组中的值是从1到最大年代号的数字。The values in the array returned by this property are numbers that range from 1 to the largest era number. 在第一个数组元素中返回最大纪元号,最后一个元素中返回最小纪元号。The largest era number is returned in the first array element and the smallest era number is returned in the last element.

适用于

另请参阅