DateTimeFormat.abbreviatedMonthNames

$(ANCHOR DateTimeFormat_abbreviatedMonthNames) Property. Retrieves a string array containing the abbreviated names of the months.

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

Return Value

Type: const(char)[][]

A string array containing the abbreviated names of the months. For invariantFormat, this contains "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" and "".

Meta