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

Calendar::IsLeapYear(int) const method

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

virtual bool System::Globalization::Calendar::IsLeapYear(int year) const
معاملنوعالوصف
السنةintالسنة.

ReturnValue

صحيح إذا كانت السنة المحددة كبيسة، خطأ وإلا.

انظر أيضًا

Calendar::IsLeapYear(int, int) const method

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

virtual bool System::Globalization::Calendar::IsLeapYear(int year, int era) const =0
معاملنوعالوصف
السنةintالسنة.
العصرintالعصر.

ReturnValue

صحيح إذا كانت السنة المحددة كبيسة، خطأ وإلا.

انظر أيضًا