durationOfSeconds

Parse a duration of whole seconds.

The number of seconds will be associated with DateTimeField.DURATION_OF_SECONDS.

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