DateTimeFormat.getAllDateTimePatterns

$(ANCHOR DateTimeFormat_getAllDateTimePatterns) Retrieves the standard patterns in which Time values can be formatted.

  1. const(char)[][] getAllDateTimePatterns()
    class DateTimeFormat
    final
    const(char)[][]
    getAllDateTimePatterns
    ()
  2. const(char)[][] getAllDateTimePatterns(char format)

Return Value

Type: const(char)[][]

An array of strings containing the standard patterns in which Time values can be formatted.

Meta