Skip to main content

TimeSpanRange.Contains(TimeSpanRange) 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(
    TimeSpanRange x
)

Parameters

Name Type Description
x TimeSpanRange

The time span value to check.

Returns

Type Description
Boolean

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

See Also