Search
DateCollection.Contains Method
See Also
 





Determines whether this collection contains the specified DateTime instance.

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

 Syntax

C#  Copy Code

public bool Contains (
    DateTime date
)

Visual Basic  Copy Code

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

 Parameters

date
The DateTime object to search for in the collection.

 Return Value

true if the object is found or false if it isn't.

 See Also