Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule 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 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