Skip to main content

DateTimeRange.Union(DateTimeRange, DateTimeRange) Method

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

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 ranges.

See Also