EastAsianLunisolarCalendar.GetDayOfMonth(DateTime) 메서드

정의

지정된 날짜의 일(월 기준)을 계산합니다.

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

매개 변수

time
DateTime

읽을 DateTime입니다.

반환

Int32

time 매개변수에 지정된 일(월 기준)을 나타내는 1부터 31까지의 정수입니다.

적용 대상