TimeSpanRange.IntersectsWith(TimeSpanRange, TimeSpanRange, Boolean) Method
In This Article
Checks whether the time range intersects with the two specified ranges.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public static bool IntersectsWith(
TimeSpanRange x,
TimeSpanRange y,
bool includeBounds = true
)
#Parameters
Name | Type | Description |
---|---|---|
x | Time |
The first range with which the intersection should be checked. |
y | Time |
The second range with which the intersection should be checked. |
#Optional Parameters
Name | Type | Default |
---|---|---|
include |
Boolean | True |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also