DateTimeFormatterSkeletonOptions.WeekDay


class DateTimeFormatterSkeletonOptions.WeekDay


Day of week name.

Summary

Public companion functions

DateTimeFormatterSkeletonOptions.WeekDay

Public properties

String

Public companion functions

fromString

Added in 1.0.0
fun fromString(value: String): DateTimeFormatterSkeletonOptions.WeekDay

Public companion properties

ABBREVIATED

val ABBREVIATED: DateTimeFormatterSkeletonOptions.WeekDay

E.g. "Tue".

NARROW

val NARROW: DateTimeFormatterSkeletonOptions.WeekDay

E.g. "T". Two weekdays may have the same narrow style for some locales. E.g. the narrow style for both "Tuesday" and "Thursday" is "T".

NONE

val NONE: DateTimeFormatterSkeletonOptions.WeekDay

Produces no output.

WIDE

val WIDE: DateTimeFormatterSkeletonOptions.WeekDay

E.g. "Tuesday".

Public properties

value

Added in 1.0.0
val value: String