System::Globalization::HebrewCalendar::IsLeapYear method
HebrewCalendar::IsLeapYear(int) const method
Checks if the year is leap.
virtual bool System::Globalization::Calendar::IsLeapYear(int year) const
| Parameter | Type | Description | 
|---|---|---|
| year | int | Year. | 
ReturnValue
True if specified year is leap, false otherwise.
See Also
- Class HebrewCalendar
 - Namespace System::Globalization
 - Library Aspose.Page for C++
 
HebrewCalendar::IsLeapYear(int, int) const method
Checks if the year is leap.
bool System::Globalization::HebrewCalendar::IsLeapYear(int year, int era) const override
| Parameter | Type | Description | 
|---|---|---|
| year | int | Year. | 
| era | int | Era. | 
ReturnValue
True if specified year is leap, false otherwise.
See Also
- Class HebrewCalendar
 - Namespace System::Globalization
 - Library Aspose.Page for C++