The YearlyPatternRecurrencePattern type exposes the following members.

Properties

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

See Also