[To be supplied.]
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(Integer, Calendar) As String
[C#] public virtual string GetAbbreviatedMonthName(int, Calendar);
[C++] public: virtual String* GetAbbreviatedMonthName(int, Calendar);
[JScript] public function GetAbbreviatedMonthName(int, Calendar) : String;
Returns the abbreviated name of the specified month of the year.
[Visual Basic] Overloads Overridable Public Function GetAbbreviatedMonthName(Integer) As String
[C#] public virtual string GetAbbreviatedMonthName(int);
[C++] public: virtual String* GetAbbreviatedMonthName(int);
[JScript] public function GetAbbreviatedMonthName(int) : String;
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace