Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / DateList Class / Contains Method / Contains(DateTime) Method
An item to search for.

In This Topic
    Contains(DateTime) Method
    In This Topic
    Returns true if specified item exists in the wrapped list.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal item As Date _
    ) As Boolean
    public bool Contains( 
       DateTime item
    )

    Parameters

    item
    An item to search for.

    Return Value

    True if item exists in the wrapped list.
    See Also