The NthDayOfMonthRecurrencePattern type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NthDayOfMonthRecurrencePattern |
Initializes a new instance of the NthDayOfMonthRecurrencePattern class.
|
Methods
Name | Description | |
---|---|---|
![]() | Includes | Overloaded. |
![]() | IncludesCore |
Gets whether the pattern occurs on the specified day, assuming a given start date
and maximum occurrence count.
(Overrides MonthlyRecurrencePattern..::.IncludesCore(DateTime, DateTime, Boolean, Nullable<(Of <(Int32>)>)).) |
Properties
Name | Description | |
---|---|---|
![]() | DayOfMonth |
Gets the day of the month on which the item occurs.
|
![]() | MonthlyInterval |
Gets the number of months between recurrences.
(Inherited from MonthlyRecurrencePattern.) |
![]() | 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
Name | Description | |
---|---|---|
![]() | SkipDatesChanged |
Occurs when the contents of the SkipDates collection changes.
(Inherited from RecurrencePattern.) |