TimeSpanRange.Intersect(TimeSpanRange, TimeSpanRange, Boolean) Method
In This Article
Computes the intersection of the specified ranges.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public static TimeSpanRange Intersect(
TimeSpanRange x,
TimeSpanRange y,
bool includeBounds = true
)
#Parameters
Name | Type | Description |
---|---|---|
x | Time |
The first range. |
y | Time |
The second range. |
#Optional Parameters
Name | Type | Default |
---|---|---|
include |
Boolean | True |
#Returns
Type | Description |
---|---|
Time |
The intersection of the specified ranges. |
See Also