ComponentOne Calendar for UWP
Contains Method (DateList)

C1.UWP.Calendar Assembly > C1.Xaml.Calendar Namespace > DateList Class : Contains Method
An item to search for.
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

Reference

DateList Class
DateList Members