DateTimeFormat.dayNames

$(ANCHOR DateTimeFormat_dayNames) Property. Retrieves a string array containing the full names of the days of the week.

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

Return Value

Type: const(char)[][]

A string array containing the full names of the days of the week. For invariantFormat, this contains "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday" and "Saturday".

Meta