System::Globalization::DateTimeFormatInfo::set_AbbreviatedMonthGenitiveNames method

DateTimeFormatInfo::set_AbbreviatedMonthGenitiveNames method

Sets abbreviated month names in genitive form.

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

See Also