GetDaysInYear()

GregorianCalendarUtils::GetDaysInYear(int) method

Gets number of days in specific year.

static int System::Globalization::Details::GregorianCalendarUtils::GetDaysInYear(int year)

Arguments

ParameterTypeDescription
yearintYear.

Return Value

Number of days in specified year.

See Also