Search
Recurrence.GetOccurrence Method (Int32)
See Also
 






Returns the occurrence having the specified index.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Item GetOccurrence (
    int index
)

Visual Basic  Copy Code

Public Function GetOccurrence( _
    index As Integer _
) As Item

 Parameters

index

The index of the occurrence to retrieve.

 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