secondOfMinute

Parse a second of the minute with a variable number of digits.

The result will be associated with DateTimeField.SECOND_OF_MINUTE.

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

Parse a second of the minute with a fixed number of digits.

The result will be associated with DateTimeField.SECOND_OF_MINUTE.

inline fun DateTimeParserBuilder.secondOfMinute(length: Int, crossinline builder: WholeNumberParserBuilder.() -> Unit)