System::Globalization::KoreanCalendar::GetDayOfWeek method

KoreanCalendar::GetDayOfWeek method

Gets day of week for the specified time point.

DayOfWeek System::Globalization::KoreanCalendar::GetDayOfWeek(DateTime time) const override
ParameterTypeDescription
timeDateTimeTime and date to extract data from.

ReturnValue

Day of week in the time point passed.

See Also