---
title: "intersects(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/nsdateinterval/intersects(_:)"
---

# intersects(_:)

Indicates whether the receiver intersects with the specified date interval.

## Declaration

```swift
func intersects(_ dateInterval: DateInterval) -> Bool
```

## Parameters

- `dateInterval`: The date interval with which to check the receiver for intersection.

## Discussion

Discussion See intersection(with:) for more information about determining whether two date intervals intersect.

## See Also

### Determining Intersections

- [intersection(with:)](foundation/nsdateinterval/intersection(with:).md)
