TimeSpanRange.Union(TimeSpanRange) Method
Computes the union of the specified ranges.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public TimeSpanRange Union(
TimeSpanRange x
)
Parameters
Name | Type | Description |
---|---|---|
x | TimeSpanRange | The first range. |
Returns
Type | Description |
---|---|
TimeSpanRange | The second range. |
See Also