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

Namespace:  C1.Web.iPhone.C1Calendar
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.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