lt( )


Refines a query to match items whose specified property value is less than the specified value.

The lt() function refines a SessionQueryBuilder to only match items where the value of the specified property is less than the specified value.

Method Declaration
Copy
Method Parameters
propertyNamestringRequired

The property whose value will be compared with value.

Supported properties:

  • end.timestamp

valueDateRequired

The value to match against.

Returns
Was this helpful?
Yes
No