Skip to main content
All docs
V26.1
  • BinaryOperator(String, DateTimeOffset) Constructor

    Initializes a new instance of the BinaryOperator class with specified settings.

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public BinaryOperator(
        string propertyName,
        DateTimeOffset value
    )

    Parameters

    Name Type
    propertyName String
    value DateTimeOffset
    See Also