MindFusion.Scheduling for ASP.NET Programmer's Guide
Recurrence.GetOccurrence Method (Int32, Boolean@, Boolean)
See Also
 





Returns the occurrence with the specified index.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public Item GetOccurrence (
    int index,
    ref bool isDeleted,
    bool noException
)

Visual Basic  Copy Code

Public Function GetOccurrence ( _
    index As Integer, _
    ByRef isDeleted As Boolean, _
    noException As Boolean _
) As Item

 Parameters

index
The zero-based index of the occurrence to retrieve.
isDeleted

Type: Boolean@
If the specified occurrence is an exception, this parameter indicates upon function completion whether the exception is deleted or not.

noException

Type: Boolean
Specifies whether to return the original item, in case this occurrence is an exception.

 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 to execute if you specify a large index in an infinite recurrence.

 See Also

GetOccurrence Method Overload List
Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace