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