DateTimeRange.IntersectsWith Method
| Name | Parameters | Description |
|---|---|---|
| IntersectsWith(DateTimeRange, DateTimeRange, Boolean) static | x, y, includeBounds | Checks whether specified time ranges intersect. |
| IntersectsWith(DateTimeRange, Boolean) | x, includeBounds | Checks whether the specified time range intersects with the current range. |