durationOfSeconds

inline fun DateTimeParserBuilder.durationOfSeconds(length: IntRange = 1..19, crossinline builder: WholeNumberParserBuilder.() -> Unit = {})

Parse a duration of whole seconds.

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