DateTimeFormat.abbreviatedDayNames

Property. Assigns a string array containing the abbreviated names of the days of the week.

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

Meta