DateTimeFormat.abbreviatedDayNames

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

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

Return Value

Type: const(char)[][]

A string array containing the abbreviated names of the days of the week. For invariantFormat, this contains "Sun", "Mon", "Tue", "Wed", "Thu", "Fri" and "Sat".

Meta