ASP.NET Pack Programmer's Guide
TimetableDateCollection.IndexOf Method
See Also
 





Returns the zero-based index of the first occurrence of the specified TimetableDate object in this collection.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public int IndexOf (
    TimetableDate date
)

Visual Basic  Copy Code

Public Function IndexOf ( _
    date As TimetableDate _
) As Integer

 Parameters

date
Type: TimetableDate
The TimetableDate to locate in the collection.

 Return Value

The zero-based index of the first occurrence of the element within the collection if found; otherwise, -1.

 See Also

TimetableDateCollection Members
TimetableDateCollection Class
MindFusion.Scheduling.WebForms Namespace