Returns the abbreviated name of a specified day of the week.
[Visual Basic] Overloads Overridable Public Function GetAbbreviatedDayName( _ ByVal dayofweek As Integer _ ) As String [C#] public virtual string GetAbbreviatedDayName( int dayofweek ); [C++] public: virtual String* GetAbbreviatedDayName( int dayofweek ); [JScript] public function GetAbbreviatedDayName( dayofweek : int ) : String;
Returns the abbreviated name of the day of the week represented by dayofweek.
This method calls GetAbbreviatedDayName(int dayofweek, Calendar* calendar) and passes along the calendar associated with the CultureInfo of the current thread.
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace | DateTimeFormatInfo.GetAbbreviatedDayName Overload List