System::Globalization::HebrewCalendar::IsLeapYear-Methode

HebrewCalendar::IsLeapYear(int) const method

Prüft, ob das Jahr ein Schaltjahr ist.

virtual bool System::Globalization::Calendar::IsLeapYear(int year) const
ParameterTypBeschreibung
JahrintJahr.

ReturnValue

Wahr, wenn das angegebene Jahr ein Schaltjahr ist, andernfalls falsch.

Siehe auch

HebrewCalendar::IsLeapYear(int, int) const method

Prüft, ob das Jahr ein Schaltjahr ist.

bool System::Globalization::HebrewCalendar::IsLeapYear(int year, int era) const override
ParameterTypBeschreibung
JahrintJahr.
ÄraintÄra.

ReturnValue

Wahr, wenn das angegebene Jahr ein Schaltjahr ist, andernfalls falsch.

Siehe auch