DateTimeRange.Contains(DateTimeRange) 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(
DateTimeRange x
)
#Parameters
Name | Type | Description |
---|---|---|
x | Date |
The date time value to check. |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also