MindFusion.Silverlight Package Programmer's Guide
DateCollection.IndexOf Method
See Also
 





Determines the index of a specific date in the collection.

Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight

 Syntax

C#  Copy Code

public virtual int IndexOf (
    DateTime date
)

Visual Basic  Copy Code

Public Overridable 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.Silverlight Namespace