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
.
The property whose value will be compared with value
.
Supported properties:
end.timestamp
The value to match against.