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