System::Globalization::HebrewCalendar::IsLeapMonth method

HebrewCalendar::IsLeapMonth(int, int, int) const method

Checks if the month is leap.

bool System::Globalization::HebrewCalendar::IsLeapMonth(int year, int month, int era) const override
ParameterTypeDescription
yearintYear.
monthintMonth.
eraintEra.

ReturnValue

True if specified month is leap, false otherwise.

See Also

HebrewCalendar::IsLeapMonth(int, int) const method

Checks if the month is leap.

virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month) const
ParameterTypeDescription
yearintYear.
monthintMonth.

ReturnValue

True if specified month is leap, false otherwise.

See Also