Returns the occurrence having the specified index.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Item GetOccurrence ( |
Visual Basic
Copy Code
|
|---|
Public Function GetOccurrence( _ |
The index of the occurrence to retrieve.
An object that specifies the calendar to use for calculating the occurrences of the recurrence.
A reference to the occurrence with the specified index or null, if there is no such occurrence.
RemarksThis function might take considerable amount of time if you specify a large index in an infinite recurrence.
See Also