System::Globalization::ChineseLunisolarCalendar::IsLeapMonth method

ChineseLunisolarCalendar::IsLeapMonth(int, int) const method

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

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

ReturnValue

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

انظر أيضًا

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

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

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

ReturnValue

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

انظر أيضًا