Click or drag to resize

IRecurrence Properties

The IRecurrence type exposes the following members.

Properties
  NameDescription
Public propertyDay
Day - The interval of a daily subpattern (e.g., every 2 days).
Public propertyEndDate
EndDate - the end date for the recurring rule. (The start date for the last appointment if it lasts more than a day.)
Public propertyMonth
Month - The interval of a monthly subpattern (e.g., every 2 months).
Public propertyPattern
Pattern - Recurrence pattern (daily, weekly, monthly etc).
Public propertyRecurrenceInfoText
Description of the recurring event.
Public propertyStartDate
StartDate - the start date for the first appointment in the recurring rule.
Public propertySubPattern
SubPattern - How the recurrence pattern is used (workdays, a date in the year etc).
Public propertyWeek
Week - The interval of a weekly subpattern (e.g., every 2 weeks).
Public propertyWeekdays
Weekdays - bitflag for monday - sunday. Use the EnRecurrenceWeekDays enum to combine days.
Top
See Also