lessThan

open fun lessThan(value: LocalDate): Boolean

Compare this date value with another date value.

Return

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

Parameters

value

The other date value.