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