System::Globalization::KoreanCalendar::IsLeapMonth methode

KoreanCalendar::IsLeapMonth(int, int) const method

Controleert of de maand een schrikkelmaand is.

virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month) const
ParameterTypeBeschrijving
jaarintJaar.
maandintMaand.

ReturnValue

True als de opgegeven maand een schrikkelmaand is, false anders.

Zie ook

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

Controleert of de maand een schrikkelmaand is.

bool System::Globalization::KoreanCalendar::IsLeapMonth(int year, int month, int era) const override
ParameterTypeBeschrijving
jaarintJaar.
maandintMaand.
tijdperkintTijdperk.

ReturnValue

True als de opgegeven maand een schrikkelmaand is, false anders.

Zie ook