minuteInput

@get:IntRange(from = 0)
open var minuteInput: Int

The raw input for the minute. UI should be bound to this value. The default implementation validates the new value and updates minute if it's valid.