BetweenTimes

class BetweenTimes : TernaryExpression


The between times operator, which evaluates to true when operand1 is between operand2 and operand3.

val x = Between(LocalTime.of(10, 0), LocalTime.of(8, 0), LocalTime.of(12, 0))

Summary