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