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