Click or drag to resize

SORecurrence Properties

The SORecurrence type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleDay
Day - The interval of a daily subpattern (e.g., every 2 days).
(Inherited from IRecurrence.)
Public propertyCode exampleEndDate
EndDate - the end date for the recurring rule. (The start date for the last appointment if it lasts more than a day.)
(Inherited from IRecurrence.)
Public propertyCode exampleMonth
Month - The interval of a monthly subpattern (e.g., every 2 months).
(Inherited from IRecurrence.)
Public propertyCode examplePattern
Pattern - Recurrence pattern (daily, weekly, monthly etc).
(Inherited from IRecurrence.)
Public propertyCode exampleRecurrenceInfoText
Description of the recurring event.
(Inherited from IRecurrence.)
Public propertyCode exampleStartDate
StartDate - the start date for the first appointment in the recurring rule.
(Inherited from IRecurrence.)
Public propertyCode exampleSubPattern
SubPattern - How the recurrence pattern is used (workdays, a date in the year etc).
(Inherited from IRecurrence.)
Public propertyCode exampleWeek
Week - The interval of a weekly subpattern (e.g., every 2 weeks).
(Inherited from IRecurrence.)
Public propertyCode exampleWeekdays
Weekdays - bitflag for monday - sunday. Use the EnRecurrenceWeekDays enum to combine days.
(Inherited from IRecurrence.)
Top
See Also