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