System::Globalization::DateTimeFormatInfo::set_AbbreviatedMonthNames method

DateTimeFormatInfo::set_AbbreviatedMonthNames method

Sets abbreviated month names.

void System::Globalization::DateTimeFormatInfo::set_AbbreviatedMonthNames(const ArrayPtr<String> &value)
ParameterTypeDescription
valueconst ArrayPtr<String>&Array of abbreviated month names, starting with January.

See Also