set_MonthGenitiveNames()

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

Sets month names in genitive form.

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

Arguments

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

See Also