fun DateTimeParserBuilder.localizedMonth(styles: Set<TextStyle>): Unit
Parse a month from its textual representation in any of the specified styles.
The result will be associated with DateTimeField.MONTH_OF_YEAR.
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)fun DateTimeParserBuilder.localizedMonth(style: TextStyle): Unit
Parse a month from its textual representation in a specific style.
The result will be associated with DateTimeField.MONTH_OF_YEAR.