DateTimeRange.Union(DateTimeRange, DateTimeRange) Method
In This Article
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 | Date |
The first range. |
y | Date |
The second range. |
#Returns
Type | Description |
---|---|
Date |
The union of the date-time ranges. |
See Also