DateTimeRange.Union(DateTimeRange) Method
In This Article
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 | Date |
The range with which the union should be calculated. |
#Returns
Type | Description |
---|---|
Date |
The union of the ranges. |
See Also