Variables

@:value(cast "long")@:impl@:enuminlineread onlyLong:MonthRepresentation = "long"

(e.g., March)

@:value(cast "narrow")@:impl@:enuminlineread 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")@:impl@:enuminlineread onlyNumeric:MonthRepresentation = "numeric"

(e.g., 2)

@:value(cast "short")@:impl@:enuminlineread onlyShort:MonthRepresentation = "short"

(e.g., Mar)

@:value(cast "2-digit")@:impl@:enuminlineread onlyTwoDigit:MonthRepresentation = "2-digit"

(e.g., 02)