| Overload | Description | 
|---|---|
| Contains(DateTime) | Returns true if specified item exists in the wrapped list. | 
| Contains(DateTime[]) | Returns true if either of specified items exists in the wrapped list. | 
| Contains(IList<DateTime>) | Returns true if either of specified items exists in the wrapped list. |