The day on which a recurring schedule item recurs. This may be a day of the week, or it may match multiple days of the week (as in "last day of the month" or "first weekday in January"). It is used in conjunction with the Occurrence type.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public enum DayOfRecurrence
Visual Basic (Declaration)
Public Enumeration DayOfRecurrence

Members

Member nameDescription
Day
The Occurrence counts all days.
Weekday
The Occurrence counts all weekdays (Monday to Friday).
WeekendDay
The Occurrence counts weekend days (Saturday and Sunday);
Sunday
The Occurrence counts Sundays.
Monday
The Occurrence counts Mondays.
Tuesday
The Occurrence counts Tuesdays.
Wednesday
The Occurrence counts Wednesdays.
Thursday
The Occurrence counts Thursdays.
Friday
The Occurrence counts Fridays.
Saturday
The Occurrence counts Saturdays.

See Also