DateTimeRange.IntersectsWith(DateTimeRange, Boolean) Method
In This Article
Checks whether the specified time range intersects with the current range.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
public bool IntersectsWith(
DateTimeRange x,
bool includeBounds = true
)
#Parameters
Name | Type | Description |
---|---|---|
x | Date |
The time range. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
include |
Boolean | True |
|
#Returns
Type | Description |
---|---|
Boolean |
|
See Also