The WeeklyRecurrencePattern type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WeeklyRecurrencePattern |
Initializes a new instance of the WeeklyRecurrencePattern class.
|
Methods
| Name | Description | |
|---|---|---|
| Includes | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| DaysOfWeek |
Gets the days of the week on which the item recurs.
| |
| SkipDates |
Gets a collection containing all the dates that are included in this RecurrencePattern but have been skipped.
Adding a date to this collection will prevent schedule items from occuring on that date based on this pattern.
(Inherited from RecurrencePattern.) | |
| WeeklyInterval |
Gets the number of weeks between recurrences.
|
Events
| Name | Description | |
|---|---|---|
| SkipDatesChanged |
Occurs when the contents of the SkipDates collection changes.
(Inherited from RecurrencePattern.) |