inline fun DateTimeParserBuilder.secondOfMinute(length: IntRange = 1..2, crossinline builder: WholeNumberParserBuilder.() -> Unit = {}): Unit
Parse a second of the minute with a variable number of digits.
The result will be associated with DateTimeField.SECOND_OF_MINUTE.
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)inline fun DateTimeParserBuilder.secondOfMinute(length: Int, crossinline builder: WholeNumberParserBuilder.() -> Unit = {}): Unit
Parse a second of the minute with a fixed number of digits.
The result will be associated with DateTimeField.SECOND_OF_MINUTE.