GetMonthName()

DateTimeFormatInfo::GetMonthName(int) const method

Gets month name.

String System::Globalization::DateTimeFormatInfo::GetMonthName(int month) const

Arguments

ParameterTypeDescription
monthintMonth to get name of.

Return Value

Month name.

See Also