System::Globalization::JapaneseCalendar::IsLeapMonth method
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.Font 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.Font for C++