between

inline fun Expression.between(lower: Instant, upper: Instant): Expression(source)

Create a between expression that evaluates whether or not the current expression is between the given dates inclusively.

Return

a between expression.

Parameters

lower

the inclusive lower bound date

upper

the inclusive upper bound date