EastAsianLunisolarCalendar.GetMonth(DateTime) 메서드

정의

지정된 날짜의 월을 반환합니다.

public:
 override int GetMonth(DateTime time);
public override int GetMonth (DateTime time);
override this.GetMonth : DateTime -> int
Public Overrides Function GetMonth (time As DateTime) As Integer

매개 변수

time
DateTime

읽을 DateTime입니다.

반환

Int32

time 매개 변수에 지정된 월을 나타내는 1부터 13까지의 정수입니다.

적용 대상