ComponentOne Scheduler for WinForms
Contains(DateTime) Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > DateList Class > Contains Method : Contains(DateTime) Method
An item to search for.
Returns true if specified item exists in the wrapped list.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal item As System.Date _
) As System.Boolean
public System.bool Contains( 
   System.DateTime item
)

Parameters

item
An item to search for.

Return Value

True if item exists in the wrapped list.
See Also

Reference

DateList Class
DateList Members
Overload List