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





Determines whether the collection contains a specific date.

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

 Syntax

C#  Copy Code

public bool Contains (
    DateTime date
)

Visual Basic  Copy Code

Public Function Contains( _
    date As DateTime _
) As Boolean

 Parameters

date

The date to locate in the collection.

 Return Value

true if date is found in the collection; otherwise, false.

 See Also

DateCollection Members
DateCollection Class
MindFusion.UI.Wpf Namespace