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.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public enum DayOfRecurrence
Visual Basic
Public Enumeration DayOfRecurrence
Visual C++
public enum class DayOfRecurrence

Members

Member nameValueDescription
Day0 The Occurrence counts all days.
Weekday1 The Occurrence counts all weekdays (Monday to Friday).
WeekendDay2 The Occurrence counts weekend days (Saturday and Sunday);
Sunday3 The Occurrence counts Sundays.
Monday4 The Occurrence counts Mondays.
Tuesday5 The Occurrence counts Tuesdays.
Wednesday6 The Occurrence counts Wednesdays.
Thursday7 The Occurrence counts Thursdays.
Friday8 The Occurrence counts Fridays.
Saturday9 The Occurrence counts Saturdays.

See Also