Options for a custom control for selecting an hour, minute, or seconds. The control should behave in such a way that the user may select a number in the set { min, min+step, min+2*step, ..., max }.
{ min, min+step, min+2*step, ..., max }
Maximum allowed value for the time unit the user may select.
Minumum allowed value for the time unit the user may select.
Desired step size for selecting a value.
Generated using TypeDoc
Options for a custom control for selecting an hour, minute, or seconds. The control should behave in such a way that the user may select a number in the set
{ min, min+step, min+2*step, ..., max }
.