System::Globalization::PersianCalendar::IsLeapDay 方法
PersianCalendar::IsLeapDay(int, int, int) const method
检查该天是否为闰日。
virtual bool System::Globalization::Calendar::IsLeapDay(int year, int month, int day) const
| 参数 | 类型 | 描述 |
|---|---|---|
| 年份 | int | 年份。 |
| 月份 | int | 月份。 |
| 天 | int | 天. |
ReturnValue
如果指定的日期是闰年则返回 true,否则返回 false。
另见
- Class PersianCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++
PersianCalendar::IsLeapDay(int, int, int, int) const method
检查该天是否为闰日。
bool System::Globalization::PersianCalendar::IsLeapDay(int year, int month, int day, int era) const override
| 参数 | 类型 | 描述 |
|---|---|---|
| 年份 | int | 年份。 |
| 月份 | int | 月份。 |
| 天 | int | 天. |
| 纪元 | int | 纪元。 |
ReturnValue
如果指定的日期是闰年则返回 true,否则返回 false。
另见
- Class PersianCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++