set_AbbreviatedMonthGenitiveNames()

DateTimeFormatInfo::set_AbbreviatedMonthGenitiveNames(const ArrayPtr<String>&) method

Sets abbreviated month names in genitive form.

void System::Globalization::DateTimeFormatInfo::set_AbbreviatedMonthGenitiveNames(const ArrayPtr<String> &value)

Arguments

ParameterTypeDescription
valueconst ArrayPtr<String>&Array of abbreviated month names, starting with January.

See Also