System::Globalization::DateTimeFormatInfo::set_ShortestDayNames method

DateTimeFormatInfo::set_ShortestDayNames method

Sets shortest day names possible.

void System::Globalization::DateTimeFormatInfo::set_ShortestDayNames(const ArrayPtr<String> &value)
ParameterTypeDescription
valueconst ArrayPtr<String>&Array of shortest day names possible, starting with Sunday.

See Also