System::Globalization::ChineseLunisolarCalendar::IsLeapYear Methode

ChineseLunisolarCalendar::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

ChineseLunisolarCalendar::IsLeapYear(int, int) const method

Prüft, ob das Jahr ein Schaltjahr ist.

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

ReturnValue

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

Siehe auch