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