durationOfHours

Parse a duration of whole hours.

The number of hours will be associated with DateTimeField.DURATION_OF_HOURS.

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