MAUI | ComponentOne
C1.Maui.Calendar Assembly / C1.Maui.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
    public new bool Contains( 
       DateTime item
    )

    Parameters

    item
    An item to search for.

    Return Value

    True if item exists in the Collection.
    See Also