| オーバーロード | 解説 |
|---|---|
| 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. |