Search
DayOfWeekStyleCollection.IndexOf Method
See Also
 





Returns the zero-based index of the first occurrence of a DayOfWeekStyle object in this collection.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int IndexOf (
    DayOfWeekStyle style
)

Visual Basic  Copy Code

Public Function IndexOf ( _
    style As DayOfWeekStyle _
) As Integer

 Parameters

style
The DayOfWeekStyle 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