ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DateList Class / Contains Method
An item to search for.

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

    Parameters

    item
    An item to search for.

    Return Value

    True if item exists in the Collection.
    See Also