Returns the occurrence having the specified index.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Item GetOccurrence ( |
Visual Basic Copy Code |
---|
Public Function GetOccurrence( _ |
The index of the occurrence to retrieve.
If the specified occurrence is an exception, this parameter contains upon function completion whether the exception is deleted or not.
A reference to the occurrence with the specified index or null, if there is no such occurrence.
This function might take considerable amount of time if you specify a large index in an infinite recurrence.