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

[To be supplied.]

Overload List

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(Integer, Calendar) As String
[C#] public virtual string GetAbbreviatedMonthName(int, Calendar);
[C++] public: virtual String* GetAbbreviatedMonthName(int, Calendar);
[JScript] public function GetAbbreviatedMonthName(int, Calendar) : String;

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

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

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace