DateTimeFormat.monthNames

$(ANCHOR DateTimeFormat_monthNames) Property. Retrieves a string array containing the full names of the months.

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

Return Value

Type: const(char)[][]

A string array containing the full names of the months. For invariantFormat, this contains "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" and "".

Meta