DateTimeRange.Contains(DateTimeRange) Method
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v25.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type |
|---|---|
| x | DateTimeRange |
Returns
| Type |
|---|
| Boolean |
See Also
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v25.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
public bool Contains(
DateTimeRange x
)
Public Function Contains(
x As DateTimeRange
) As Boolean
| Name | Type |
|---|---|
| x | DateTimeRange |
| Type |
|---|
| Boolean |