System::Globalization::DateTimeFormatInfo::set_MonthGenitiveNames method

DateTimeFormatInfo::set_MonthGenitiveNames method

Sets month names in genitive form.

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

See Also