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 (Int32)

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;

Parameters

month
A value representing the month whose name is to be returned.

Return Value

The name of the month represented by month.

Remarks

For the invariant

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace | DateTimeFormatInfo.GetMonthName Overload List