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

Returns the abbreviated name of the specified month of the year.

[Visual Basic]
Overloads Overridable Public Function GetAbbreviatedMonthName( _
   ByVal month As Integer _
) As String
[C#]
public virtual string GetAbbreviatedMonthName(
   int month
);
[C++]
public: virtual String* GetAbbreviatedMonthName(
   int month
);
[JScript]
public function GetAbbreviatedMonthName(
   month : int
) : String;

Parameters

month
An integer value representing the month for which an abbreviated name is to be returned. The value must be between 1 and 13, inclusive.

Return Value

The abbreviated name of the month represented by month.

See Also

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