Skip to main content

DateTimeRange.Union(DateTimeRange) Method

Computes the union of the specified ranges.

Namespace: DevExpress.Mvvm

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

NuGet Package: DevExpress.WinUI

#Declaration

public DateTimeRange Union(
    DateTimeRange x
)

#Parameters

Name Type Description
x DateTimeRange

The range with which the union should be calculated.

#Returns

Type Description
DateTimeRange

The union of the ranges.

See Also