Skip to main content

DateTimeRange.Union(DateTimeRange, DateTimeRange) 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 DateTimeRange Union(
    DateTimeRange x,
    DateTimeRange y
)

Parameters

Name Type Description
x DateTimeRange

The first range.

y DateTimeRange

The second range.

Returns

Type Description
DateTimeRange

The union of the date-time range.

See Also