Search
Recurrence.getOccurrence Method (Int32, ByRef(Boolean))
See Also
 






Returns the occurrence having the specified index.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public Item getOccurrence (
    int index,
    ByRef<Boolean> isDeleted
)

 Parameters

index

The index of the occurrence to retrieve.

isDeleted

If the specified occurrence is an exception, this parameter contains upon function completion whether the exception is deleted or not.

 Return Value

A reference to the occurrence with the specified index or null, if there is no such occurrence.

 Remarks

This function might take considerable amount of time if you specify a large index in an infinite recurrence.

 See Also