The MonthlyRecurrencePattern type exposes the following members.

Constructors

  NameDescription
MonthlyRecurrencePattern
Initializes a new instance of the MonthlyRecurrencePattern class.

Methods

  NameDescription
IncludesOverloaded.
IncludesCore
Gets whether the pattern occurs on the specified day, assuming a given start date and maximum occurrence count.

Properties

  NameDescription
MonthlyInterval
Gets the number of months between recurrences.
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.)

Events

  NameDescription
SkipDatesChanged
Occurs when the contents of the SkipDates collection changes.
(Inherited from RecurrencePattern.)

See Also