ThaiBuddhistCalendar.Eras 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 ThaiBuddhistCalendar 类中的纪元的列表。
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[]
一个数组,它由值始终是当前纪元的单个元素组成。
注解
此属性返回的数组中的值是范围从 1 到最大纪元数的数字。 第一个数组元素中返回最大的纪元号,最后一个元素中返回最小的纪元号。