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

DateTimeRange.Intersect(DateTimeRange, Boolean) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.1.dll

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

Declaration

public DateTimeRange Intersect(
    DateTimeRange x,
    bool includeBounds = true
)

Parameters

Name Type
x DateTimeRange

Optional Parameters

Name Type Default
includeBounds Boolean True

Returns

Type
DateTimeRange
See Also