IsLeapDay()

GregorianCalendarUtils::IsLeapDay(int, int, int) method

Checks if the day is leap.

static bool System::Globalization::Details::GregorianCalendarUtils::IsLeapDay(int year, int month, int day)

Arguments

ParameterTypeDescription
yearintYear.
monthintMonth.
dayintDay.

Return Value

True if specified date is leap, false otherwise.

See Also