TimeSpanRange.Union(TimeSpanRange) Method
Computes the union of the current range with the specified range.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public TimeSpanRange Union(
TimeSpanRange x
)
Parameters
Name | Type | Description |
---|---|---|
x | TimeSpanRange | The range with which the union should be computed. |
Returns
Type | Description |
---|---|
TimeSpanRange | The union of the ranges. |
Remarks
The resulting range’s Start is the Start
of an initial range that begins first, and End is the End
of an initial range that finishes last.
See Also