Variables

@:value(cast "long")@:enum@:implinlineread onlyLong:WeekdayRepresentation = "long"

(e.g., Thursday)

@:value(cast "narrow")@:enum@:implinlineread onlyNarrow:WeekdayRepresentation = "narrow"

(e.g., T). Two weekdays may have the same narrow style for some locales (e.g. Tuesday's narrow style is also T).

@:value(cast "short")@:enum@:implinlineread onlyShort:WeekdayRepresentation = "short"

(e.g., Thu)