DateTimeFormat.yearMonthPattern

$(ANCHOR DateTimeFormat_yearMonthPattern) Property. Retrieves the format pattern for a year and month value.

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

Return Value

Type: const(char)[]

The format pattern for a year and month value.

Meta