TimeSpanRange.Union(TimeSpanRange, TimeSpanRange) Method
In This Article
Computes the union of the current range with the specified range.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public static TimeSpanRange Union(
TimeSpanRange x,
TimeSpanRange y
)
#Parameters
Name | Type | Description |
---|---|---|
x | Time |
The first range. |
y | Time |
The second range. |
#Returns
Type | Description |
---|---|
Time |
The union of the specified ranges. |
See Also