DateTimeFormat.shortTimePattern

$(ANCHOR DateTimeFormat_shortTimePattern) Property. Retrieves the format pattern for a short time value.

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

Return Value

Type: const(char)[]

The format pattern for a short time value.

Meta