SORecurrence Interface |
Namespace: SuperOffice.COM.SuperOfficeDB
The SORecurrence type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Day | Day - The interval of a daily subpattern (e.g., every 2 days). (Inherited from IRecurrence.) |
![]() ![]() | EndDate | 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.) |
![]() ![]() | Month | Month - The interval of a monthly subpattern (e.g., every 2 months). (Inherited from IRecurrence.) |
![]() ![]() | Pattern | Pattern - Recurrence pattern (daily, weekly, monthly etc). (Inherited from IRecurrence.) |
![]() ![]() | RecurrenceInfoText | Description of the recurring event. (Inherited from IRecurrence.) |
![]() ![]() | StartDate | StartDate - the start date for the first appointment in the recurring rule. (Inherited from IRecurrence.) |
![]() ![]() | SubPattern | SubPattern - How the recurrence pattern is used (workdays, a date in the year etc). (Inherited from IRecurrence.) |
![]() ![]() | Week | Week - The interval of a weekly subpattern (e.g., every 2 weeks). (Inherited from IRecurrence.) |
![]() ![]() | Weekdays | Weekdays - bitflag for monday - sunday. Use the EnRecurrenceWeekDays enum to combine days. (Inherited from IRecurrence.) |
Name | Description | |
---|---|---|
![]() ![]() | AddDate | Add any date to the recurring event. (Inherited from IRecurrence.) |
![]() ![]() | ComputeDates | 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.) |
![]() ![]() | RemoveDate | Remove any date from the recurring event. Dates can only be removed from the recurring object before the appointment is saved. (Inherited from IRecurrence.) |