System::Globalization::ChineseLunisolarCalendar::IsLeapMonth 메서드

ChineseLunisolarCalendar::IsLeapMonth(int, int) const method

월이 윤월인지 확인합니다.

virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month) const
매개변수형식설명
연도int연도.
int월.

ReturnValue

지정된 월이 윤달이면 true, 그렇지 않으면 false.

또 보기

ChineseLunisolarCalendar::IsLeapMonth(int, int, int) const method

월이 윤월인지 확인합니다.

bool System::Globalization::ChineseLunisolarCalendar::IsLeapMonth(int year, int month, int era) const override
매개변수형식설명
연도int연도.
int월.
시대int시대.

ReturnValue

지정된 월이 윤달이면 true, 그렇지 않으면 false.

또 보기