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