TimeSpanRange.Contains(TimeSpan, Boolean) Method
In This Article
Checks whether the range contains the specified time range value.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
time | Time |
The time span value to check. |
#Optional Parameters
Name | Type | Default |
---|---|---|
include |
Boolean | False |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also