GetAbbreviatedDayName()

DateTimeFormatInfo::GetAbbreviatedDayName(DayOfWeek) const method

Gets abbreviated week day name.

String System::Globalization::DateTimeFormatInfo::GetAbbreviatedDayName(DayOfWeek day_of_week) const

Arguments

ParameterTypeDescription
day_of_weekDayOfWeekDay to get name of.

Return Value

Week day name.

See Also