Returns the zero-based index of the first occurrence of a DateStyle object in this collection.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int IndexOf ( |
Visual Basic
Copy Code
|
|---|
Public Function IndexOf ( _ |
The zero-based index of the first occurrence of the element within the collection if found; otherwise, -1.
See Also