System::Globalization::HebrewCalendar::IsLeapMonth method

HebrewCalendar::IsLeapMonth(int, int) const method

يتحقق مما إذا كان الشهر سنة كبيسة.

virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month) const
ParameterTypeالوصف
السنةintالسنة.
شهرintشهر.

ReturnValue

True إذا كان الشهر المحدد كبيسًا، false خلاف ذلك.

انظر أيضًا

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

يتحقق مما إذا كان الشهر سنة كبيسة.

bool System::Globalization::HebrewCalendar::IsLeapMonth(int year, int month, int era) const override
ParameterTypeالوصف
السنةintالسنة.
شهرintشهر.
العصرintالعصر.

ReturnValue

True إذا كان الشهر المحدد كبيسًا، false خلاف ذلك.

انظر أيضًا