TimeSpanRange.Union(TimeSpanRange, 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 static TimeSpanRange Union(
TimeSpanRange x,
TimeSpanRange y
)
Parameters
Name | Type | Description |
---|---|---|
x | TimeSpanRange | The first range. |
y | TimeSpanRange | The second range. |
Returns
Type | Description |
---|---|
TimeSpanRange | The union of the date-time ranges. |
See Also