lessThan

open fun lessThan(value: DayTimeDuration): Boolean

Compare this dayTimeDuration value with another dayTimeDuration value.

Return

true if this dayTimeDuration value is less than the value dayTimeDuration value. Oherwise false.

Parameters

value

The other dayTimeDuration value.