minuteOfHour

Parse a minute of the hour with a variable number of digits.

The result will be associated with DateTimeField.MINUTE_OF_HOUR.

inline fun DateTimeParserBuilder.minuteOfHour(length: IntRange, crossinline builder: WholeNumberParserBuilder.() -> Unit)

Parse a minute of the hour with a fixed number of digits.

The result will be associated with DateTimeField.MINUTE_OF_HOUR.

inline fun DateTimeParserBuilder.minuteOfHour(length: Int, crossinline builder: WholeNumberParserBuilder.() -> Unit)