Calendar.DayOfWeek Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the day of the week.
public:
property DayOfWeek DayOfWeek { DayOfWeek get(); };
DayOfWeek DayOfWeek();
public DayOfWeek DayOfWeek { get; }
var dayOfWeek = calendar.dayOfWeek;
Public ReadOnly Property DayOfWeek As DayOfWeek
Property Value
The day of the week.