Returns the occurrence with the specified index.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public Item GetOccurrence ( |
Visual Basic
![]() |
---|
Public Function GetOccurrence ( _ |
Type: Int32
The zero based index of the occurrence to retrieve.
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 to execute if you specify a large index in an infinite recurrence.