Variables

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

(e.g., March)

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

(e.g., M). Two months may have the same narrow style for some locales (e.g. May's narrow style is also M).

@:value(cast "numeric")@:enum@:implinlineread onlyNumeric:MonthRepresentation = "numeric"

(e.g., 2)

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

(e.g., Mar)

@:value(cast "2-digit")@:enum@:implinlineread onlyTwoDigit:MonthRepresentation = "2-digit"

(e.g., 02)