Skip to main content
A newer version of this page is available. .

TimeSpanRange.Union(TimeSpanRange, TimeSpanRange) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public static TimeSpanRange Union(
    TimeSpanRange x,
    TimeSpanRange y
)

Parameters

Name Type
x TimeSpanRange
y TimeSpanRange

Returns

Type
TimeSpanRange
See Also