Skip to main content

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

true, if the current range contains the passed date-time range; otherwise, false.

See Also