ChineseLunisolarCalendar.GetEra(DateTime) 메서드

정의

지정된 DateTime 형식에 해당하는 연대를 검색합니다.

public:
 override int GetEra(DateTime time);
public override int GetEra (DateTime time);
[System.Runtime.InteropServices.ComVisible(false)]
public override int GetEra (DateTime time);
override this.GetEra : DateTime -> int
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.GetEra : DateTime -> int
Public Overrides Function GetEra (time As DateTime) As Integer

매개 변수

time
DateTime

읽을 DateTime 형식입니다.

반환

Int32

time 매개 변수의 연대를 나타내는 정수입니다.

특성

예외

time이(가) MinSupportedDateTime보다 작거나 MaxSupportedDateTime보다 큽니다.

적용 대상