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