طريقة System::Globalization::HebrewCalendar::IsLeapYear
HebrewCalendar::IsLeapYear(int) const method
يتحقق مما إذا كانت السنة كبيسة.
virtual bool System::Globalization::Calendar::IsLeapYear(int year) const
| معامل | نوع | الوصف |
|---|---|---|
| السنة | int | السنة. |
ReturnValue
صحيح إذا كانت السنة المحددة كبيسة، خطأ وإلا.
انظر أيضًا
- Class HebrewCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++
HebrewCalendar::IsLeapYear(int, int) const method
يتحقق مما إذا كانت السنة كبيسة.
bool System::Globalization::HebrewCalendar::IsLeapYear(int year, int era) const override
| معامل | نوع | الوصف |
|---|---|---|
| السنة | int | السنة. |
| العصر | int | العصر. |
ReturnValue
صحيح إذا كانت السنة المحددة كبيسة، خطأ وإلا.
انظر أيضًا
- Class HebrewCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++