DateTimeFormat.fullDateTimePattern

$(ANCHOR DateTimeFormat_fullDateTimePattern) Property. Retrieves the format pattern for a long date and a long time value.

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

Return Value

Type: const(char)[]

The format pattern for a long date and a long time value.

Meta