TimeSpanRange.Intersect(TimeSpanRange) Method
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public TimeSpanRange Intersect(
TimeSpanRange x
)
Parameters
| Name | Type |
|---|---|
| x | TimeSpanRange |
Returns
| Type |
|---|
| TimeSpanRange |
See Also