Skip to main content
All docs
V24.1

BinaryOperator(String, TimeOnly) Constructor

Initializes a new instance of the BinaryOperator class that compares values of the specified property and the TimeOnly value.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public BinaryOperator(
    string propertyName,
    TimeOnly value
)

Parameters

Name Type Description
propertyName String

The name of the property whose values are compared to the value.

value TimeOnly

The value to compare with the values of the specified property.

See Also