System::Globalization::Calendar::IsLeapMonth طريقة

Calendar::IsLeapMonth(int, int) const method

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

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

ReturnValue

صحيح إذا كان الشهر المحدد كبيس، وإلا خطأ.

انظر أيضًا

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

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

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

ReturnValue

صحيح إذا كان الشهر المحدد كبيس، وإلا خطأ.

انظر أيضًا