Skip to main content
A newer version of this page is available. .

TimeSpanRange.Union(TimeSpanRange, TimeSpanRange) Method

Computes the union of the current range with the specified range.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

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 specified 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