System::Globalization::Calendar::IsLeapDay طريقة
محتويات
[
يخفي
]Calendar::IsLeapDay(int, int, int) const method
يتحقق مما إذا كان اليوم سنة كبيسة.
virtual bool System::Globalization::Calendar::IsLeapDay(int year, int month, int day) const
| Parameter | Type | الوصف |
|---|---|---|
| السنة | int | السنة. |
| شهر | int | شهر. |
| يوم | int | يوم. |
ReturnValue
True إذا كان التاريخ المحدد كبيسًا، false خلاف ذلك.
انظر أيضًا
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Page for C++
Calendar::IsLeapDay(int, int, int, int) const method
يتحقق مما إذا كان اليوم سنة كبيسة.
virtual bool System::Globalization::Calendar::IsLeapDay(int year, int month, int day, int era) const =0
| Parameter | Type | الوصف |
|---|---|---|
| السنة | int | السنة. |
| شهر | int | شهر. |
| يوم | int | يوم. |
| العصر | int | العصر. |
ReturnValue
True إذا كان التاريخ المحدد كبيسًا، false خلاف ذلك.
انظر أيضًا
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Page for C++