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

DateTimeRange.Intersect(DateTimeRange, DateTimeRange, Boolean) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v22.2.dll

NuGet Package: DevExpress.Mvvm

Declaration

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

Parameters

Name Type
x DateTimeRange
y DateTimeRange

Optional Parameters

Name Type Default
includeBounds Boolean True

Returns

Type
DateTimeRange
See Also