abstract fun groups(count: Int, builder: DateTimeParserBuilder.(index: Int) -> Unit): Unit
Create one or more distinct parse results using the same block.
builder - define the parsers that should be associated with this result
builder
IllegalArgumentException - if count is less than 1
IllegalArgumentException