periodOfMonths

Parse a period of whole months.

The number of months will be associated with DateTimeField.PERIOD_OF_MONTHS.

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