Returns the name of the month of the year.
Returns the name of the specified month of the year.
[Visual Basic] Overloads Overridable Public Function GetMonthName(Integer) As String
[C#] public virtual string GetMonthName(int);
[C++] public: virtual String* GetMonthName(int);
[JScript] public function GetMonthName(int) : String;
Returns the name of the specified month of the year using the specified calendar.
[Visual Basic] Overloads Overridable Public Function GetMonthName(Integer, Calendar) As String
[C#] public virtual string GetMonthName(int, Calendar);
[C++] public: virtual String* GetMonthName(int, Calendar);
[JScript] public function GetMonthName(int, Calendar) : String;
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace