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
SyntaxIDates ComputeDates(
short numRecurrences = 0
)
Function ComputeDates (
Optional numRecurrences As Short = 0
) As IDates
Dim instance As IRecurrence
Dim numRecurrences As Short
Dim returnValue As IDates
returnValue = instance.ComputeDates(numRecurrences)
IDates^ ComputeDates(
[InAttribute] short numRecurrences = 0
)
Parameters
- numRecurrences (Optional)
- Type: SystemInt16
Return Value
Type:
IDates
See Also