greaterEqual

open fun greaterEqual(value: LocalDate): Boolean

Compare this date value with another date value.

Return

true if this date value is greater than or equal to the value date value. Oherwise false.

Parameters

value

The other date value.