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