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