System::Globalization::JapaneseCalendar::IsLeapMonth 메서드
JapaneseCalendar::IsLeapMonth(int, int) const method
월이 윤월인지 확인합니다.
virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 연도 | int | 연도. |
| 월 | int | 월. |
ReturnValue
지정된 월이 윤달이면 true, 그렇지 않으면 false.
또 보기
- Class JapaneseCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++
JapaneseCalendar::IsLeapMonth(int, int, int) const method
월이 윤월인지 확인합니다.
bool System::Globalization::JapaneseCalendar::IsLeapMonth(int year, int month, int era) const override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 연도 | int | 연도. |
| 월 | int | 월. |
| 시대 | int | 시대. |
ReturnValue
지정된 월이 윤달이면 true, 그렇지 않으면 false.
또 보기
- Class JapaneseCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++