isSelectable

abstract fun isSelectable(date: LocalDate): Boolean

Determines if the given date is selectable.

Return

true if the date is selectable, false otherwise.

Parameters

date

The date to check.