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);
    }