Skip to main content

DateTimeRange.Contains(DateTimeRange) Method

Checks whether the range contains the specified date-time value.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public bool Contains(
    DateTimeRange x
)

Parameters

Name Type Description
x DateTimeRange

The date time value to check.

Returns

Type Description
Boolean

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

See Also