WeekdayStyle
enum WeekdayStyle
The style to use for display of localized weekday/time.
-
“wednesday”
Declaration
Swift
case full -
“wed”
Declaration
Swift
case short -
“w”
Declaration
Swift
case veryShort -
“Wednesday”
Declaration
Swift
case standaloneFull -
“Wed”
Declaration
Swift
case standaloneShort -
“W”
Declaration
Swift
case standaloneVeryShort
View on GitHub