lessEqual

open fun lessEqual(value: LocalTime): Boolean

Compare this time value with another time value.

Return

true if this time value is less than or equal to the value time value. Oherwise false.

Parameters

value

The other time value.