localizedDayOfWeek

fun DateTimeParserBuilder.localizedDayOfWeek(styles: Set<TextStyle>)

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.

fun DateTimeParserBuilder.localizedDayOfWeek(style: TextStyle)

Parse a day of the week from its textual representation in a specific style.

The result will be associated with DateTimeField.DAY_OF_WEEK.