DateTimeFormat.getMonthName

$(ANCHOR DateTimeFormat_getMonthName) Retrieves the full name of the specified month based on the culture of the instance.

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

Return Value

Type: const(char)[]

The full name of the _month represented by month.

Meta