inline fun DateTimeParserBuilder.durationOfMinutes(length: IntRange = 1..19, crossinline builder: WholeNumberParserBuilder.() -> Unit = {}): Unit
Parse a duration of whole minutes.
The number of minutes will be associated with DateTimeField.DURATION_OF_MINUTES.