TimeSpanRange.Contains(TimeSpanRange) Method
In This Article
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 | Time |
The time span value to check. |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also