System.Globalization.DateTimeFormatInfo.GetShortestDayName C# (CSharp) Method

GetShortestDayName() public method

Obtains the shortest abbreviated day name for a specified day of the week associated with the current DateTimeFormatInfo object.
public GetShortestDayName ( DayOfWeek dayOfWeek ) : string
dayOfWeek DayOfWeek One of the DayOfWeek values.
return string
        public extern string GetShortestDayName(DayOfWeek dayOfWeek);
    }