Determines whether the date is contained by one of wrapper in this collection.
Namespace:
C1.Web.iPhone.C1CalendarAssembly: 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.