DateTimeRange.Contains(DateTimeRange) Method
Checks whether the current range contains the specified date-time range.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.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