MindFusion.Wpf Pack Programmer's Guide
DateCollection.IndexOf Method
See Also
 





Determines the index of a specific date in the collection.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public int IndexOf (
    DateTime date
)

Visual Basic  Copy Code

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

 Parameters

date

The date to locate in the collection.

 Return Value

The index of date if found in the list; otherwise, -1.

 See Also

DateCollection Members
DateCollection Class
MindFusion.UI.Wpf Namespace