DateTimeRange.Contains(DateTimeRange) Method
Checks whether the current time range contains the specified time range.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public bool Contains(
DateTimeRange x
)
Parameters
| Name | Type | Description |
|---|---|---|
| x | DateTimeRange | The time range. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also