NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimeFormatInfo.GetMonthName

Returns the name of the month of the year.

Overload List

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;

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace