GetAbbreviatedMonthName()

DateTimeFormatInfo::GetAbbreviatedMonthName(int) const method

Gets abbreviated month name.

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

Arguments

ParameterTypeDescription
monthintMonth to get name of.

Return Value

Month name.

See Also