Returns the abbreviated name of the month of the year represented by the specified value using the specified calendar.
[Visual Basic] Overloads Overridable Public Function GetAbbreviatedMonthName( _ ByVal month As Integer, _ ByVal calendar As Calendar _ ) As String [C#] public virtual string GetAbbreviatedMonthName( int month, Calendar calendar ); [C++] public: virtual String* GetAbbreviatedMonthName( int month, Calendar* calendar ); [JScript] public function GetAbbreviatedMonthName( month : int, calendar : Calendar ) : String;
Returns the abbreviated name of the month represented by month.
This method is only partially implemented.
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace | DateTimeFormatInfo.GetAbbreviatedMonthName Overload List