TimeSpanRange.Union(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 TimeSpanRange Union(
TimeSpanRange x
)
#Parameters
Name | Type | Description |
---|---|---|
x | Time |
The range with which the union should be computed. |
#Returns
Type | Description |
---|---|
Time |
The union of the ranges. |
See Also