DateTimeFormat.getAbbreviatedMonthName

$(ANCHOR DateTimeFormat_getAbbreviatedMonthName) Retrieves the abbreviated name of the specified month based on the culture of the instance.

class DateTimeFormat
final
const(char)[]
getAbbreviatedMonthName
(
int month
)

Return Value

Type: const(char)[]

The abbreviated name of the _month represented by month.

Meta