Skip to main content

TimeSpanRange.IntersectsWith(TimeSpanRange, Boolean) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.2.dll

Declaration

public bool IntersectsWith(
    TimeSpanRange x,
    bool includeBounds = true
)

Parameters

Name Type
x TimeSpanRange

Optional Parameters

Name Type Default
includeBounds Boolean True

Returns

Type
Boolean
See Also