DateTimeFormat.monthDayPattern

$(ANCHOR DateTimeFormat_monthDayPattern) Property. Retrieves the format pattern for a month and day value.

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

Return Value

Type: const(char)[]

The format pattern for a month and day value.

Meta