DateTimeRange.IntersectsWith(DateTimeRange, DateTimeRange, Boolean) Method
Checks whether specified time ranges intersect.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
public static bool IntersectsWith(
DateTimeRange x,
DateTimeRange y,
bool includeBounds = true
)
#Parameters
Name | Type | Description |
---|---|---|
x | Date |
The time range. |
y | Date |
The time range. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
include |
Boolean | True |
|
#Returns
Type | Description |
---|---|
Boolean |
|