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

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

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

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

ReturnValue

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

انظر أيضًا

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

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

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

ReturnValue

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

انظر أيضًا