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, Calendar)

Returns the abbreviated name of the month of the year represented by the specified value using the specified calendar.

[Visual Basic]
Overloads Overridable Public Function GetAbbreviatedMonthName( _
   ByVal month As Integer, _
   ByVal calendar As Calendar _
) As String
[C#]
public virtual string GetAbbreviatedMonthName(
   int month,
   Calendar calendar
);
[C++]
public: virtual String* GetAbbreviatedMonthName(
   int month,
   Calendar* calendar
);
[JScript]
public function GetAbbreviatedMonthName(
   month : int,
   calendar : Calendar
) : 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.
calendar
The calendar to be used in obtaining the day name. If this value is null the GregorianCalendar will be used.

Return Value

Returns the abbreviated name of the month represented by month.

Remarks

This method is only partially implemented.

See Also

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