System::Globalization::GregorianCalendar::GetDayOfYear method

GregorianCalendar::GetDayOfYear method

Gets day of year for the specified time point.

int System::Globalization::GregorianCalendar::GetDayOfYear(DateTime time) const override
ParameterTypeDescription
timeDateTimeTime and date to extract data from.

ReturnValue

Day of year in the time point passed.

See Also