The method DayOfWeek of DateTime object
Code:
            DateTime current = DateTime.Now;
            MessageBox.Show(current.DayOfWeek.ToString());