IsLeapMonth()

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

Checks if the month is leap.

bool System::Globalization::KoreanCalendar::IsLeapMonth(int year, int month, int era) const override

Arguments

ParameterTypeDescription
yearintYear.
monthintMonth.
eraintEra.

Return Value

True if specified month is leap, false otherwise.

KoreanCalendar::IsLeapMonth(int, int) const method

Checks if the month is leap.

virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month) const

Arguments

ParameterTypeDescription
yearintYear.
monthintMonth.

Return Value

True if specified month is leap, false otherwise.

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

Checks if the month is leap.

virtual bool System::Globalization::Calendar::IsLeapMonth(int year, int month, int era) const

Arguments

ParameterTypeDescription
yearintYear.
monthintMonth.
eraintEra.

Return Value

True if specified month is leap, false otherwise.

See Also