Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / DateList Class / Contains Method
An item to search for.

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

    Parameters

    item
    An item to search for.

    Return Value

    True if item exists in the Collection.
    See Also