DateTimeFormat.dayNames

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

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

Meta