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