Returns true if either of specified items exists in the wrapped list.
Namespace:
C1.C1ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
public bool Contains( DateTime[] days ) |
Visual Basic |
---|
Public Function Contains ( _ days As DateTime() _ ) As Boolean |
Parameters
- days
- Type: array<System..::..DateTime>[]()[][]
An array of DateTime values to search for.