Determines whether the date is contained by one of wrapper in this collection.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public bool Contains(
	DateTime date
)
Visual Basic
Public Function Contains ( _
	date As DateTime _
) As Boolean

Parameters

date
Type: System..::..DateTime
Date object to detect.

Return Value

True if contained.

See Also