Returns the abbreviated name of the specified day of the week using the specified calendar.
[Visual Basic] Overloads Overridable Public Function GetAbbreviatedDayName( _ ByVal dayofweek As Integer, _ ByVal calendar As Calendar _ ) As String [C#] public virtual string GetAbbreviatedDayName( int dayofweek, Calendar calendar ); [C++] public: virtual String* GetAbbreviatedDayName( int dayofweek, Calendar* calendar ); [JScript] public function GetAbbreviatedDayName( dayofweek : int, calendar : Calendar ) : String;
Returns the abbreviated name for the specified day of the week.
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace | DateTimeFormatInfo.GetAbbreviatedDayName Overload List