The YearlyPatternRecurrencePattern type exposes the following members.

Constructors

  NameDescription
YearlyPatternRecurrencePattern
Initializes a new instance of the YearlyPatternRecurrencePattern class.

Methods

  NameDescription
IncludesOverloaded.

Properties

  NameDescription
DayOfRecurrence
Gets the days counted by Occurrence (e.g. weekdays, Fridays).
Month
Gets the month in which the item recurs.
(Inherited from YearlyRecurrencePattern.)
Occurrence
Gets which occurrence of the DayOfRecurrence the item recurs on (e.g. first, last).
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.)
YearlyInterval
Gets the number of years between recurrences.
(Inherited from YearlyRecurrencePattern.)

Events

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

See Also