TimePickerConstraints

constructor(minTime: LocalTime? = null, maxTime: LocalTime? = null)

Parameters

minTime

The earliest selectable time, inclusive. Pass null to omit the lower bound.

maxTime

The latest selectable time, inclusive. Pass null to omit the upper bound.