System::Globalization::Calendar::IsLeapMonth Methode

Calendar::IsLeapMonth(int, int) const method

Prüft, ob der Monat ein Schaltmonat ist.

virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month) const
ParameterTypBeschreibung
JahrintJahr.
MonatintMonat.

ReturnValue

Wahr, wenn der angegebene Monat ein Schaltmonat ist, sonst falsch.

Siehe auch

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

Prüft, ob der Monat ein Schaltmonat ist.

virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month, int era) const
ParameterTypBeschreibung
JahrintJahr.
MonatintMonat.
ÄraintÄra.

ReturnValue

Wahr, wenn der angegebene Monat ein Schaltmonat ist, sonst falsch.

Siehe auch