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 값과 동일한 하나의 요소가 들어 있는 배열입니다.

특성

적용 대상