Click or drag to resize

IRecurrenceComputeDates Method

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.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IDates ComputeDates(
	short numRecurrences = 0
)

Parameters

numRecurrences (Optional)
Type: SystemInt16

Return Value

Type: IDates
See Also