compareTo

open fun compareTo(value: LocalTime): Int

Compare this time with another time.

Return

-1 if this time is less than the value time, 0 if they are equal, 1 if this time is greater than the value time.

Parameters

value

The other time value.