System::Globalization::PersianCalendar::IsLeapMonth 方法

PersianCalendar::IsLeapMonth(int, int) const method

检查该月是否为闰月。

virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month) const
参数类型描述
年份int年份。
月份int月份。

ReturnValue

如果指定月份是闰月则为 true,否则为 false。

另见

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

检查该月是否为闰月。

bool System::Globalization::PersianCalendar::IsLeapMonth(int year, int month, int era) const override
参数类型描述
年份int年份。
月份int月份。
纪元int纪元。

ReturnValue

如果指定月份是闰月则为 true,否则为 false。

另见