durationOfMinutes

Parse a duration of whole minutes.

The number of minutes will be associated with DateTimeField.DURATION_OF_MINUTES.

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