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