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