System.Globalization.DateTimeFormatInfo.GetShortestDayName C# (CSharp) Метод

GetShortestDayName() публичный Метод

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.
Результат string
        public extern string GetShortestDayName(DayOfWeek dayOfWeek);
    }