DateTimeFormat.getAllDateTimePatterns

$(ANCHOR DateTimeFormat_getAllDateTimePatterns_char) Retrieves the standard patterns in which Time values can be formatted using the specified format character.

  1. const(char)[][] getAllDateTimePatterns()
  2. const(char)[][] getAllDateTimePatterns(char format)
    class DateTimeFormat
    final
    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 using the specified format character.

Meta