Click or drag to resize

SORecurrence Methods

The SORecurrence type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAddDate
Add any date to the recurring event.
(Inherited from IRecurrence.)
Public methodCode exampleComputeDates
Calculates all dates in the recurring event. Must be called before Save is done on the owning appointment. Returns a collection of all the dates. The optional parameter tells how many recurrences the rule should generate and overrides the enddate.
(Inherited from IRecurrence.)
Public methodCode exampleRemoveDate
Remove any date from the recurring event. Dates can only be removed from the recurring object before the appointment is saved.
(Inherited from IRecurrence.)
Top
See Also