DateTimeRange.IntersectsWith(DateTimeRange, DateTimeRange, Boolean) Method
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
public static bool IntersectsWith(
DateTimeRange x,
DateTimeRange y,
bool includeBounds = true
)
Parameters
| Name | Type |
|---|---|
| x | DateTimeRange |
| y | DateTimeRange |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| includeBounds | Boolean | True |
Returns
| Type |
|---|
| Boolean |
See Also