DateTimeFormat.abbreviatedMonthNames

Property. Assigns a string array containing the abbreviated names of the months.

  1. const(char)[][] abbreviatedMonthNames [@property getter]
  2. const(char)[][] abbreviatedMonthNames [@property setter]
    class DateTimeFormat
    @property final
    void
    abbreviatedMonthNames
    (
    const(char)[][] value
    )

Meta