Skip to content

//core/io.islandtime.parser/localizedDayOfWeek

localizedDayOfWeek

common

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.

common

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.