Skip to main content
A newer version of this page is available.

CriteriaOperator.Implicit(TimeSpan to CriteriaOperator) Operator

Implicitly converts the TimeSpan value into a CriteriaOperator instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public static implicit operator CriteriaOperator(TimeSpan val)

Parameters

Name Type Description
val TimeSpan

The value to convert into a <DevExpress.Data.Filtering.CriteriaOperator> instance.

Returns

Type Description
CriteriaOperator

The criterion that represents the specified value.

See Also