GetDayOfWeek()

PersianCalendar::GetDayOfWeek(DateTime) const method

Gets day of week for the specified time point.

DayOfWeek System::Globalization::PersianCalendar::GetDayOfWeek(DateTime time) const override

Arguments

ParameterTypeDescription
timeDateTimeTime and date to extract data from.

Return Value

Day of week in the time point passed.

See Also