CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

MS SQL 2008 on ASP.NET Hosting

Returns the culture-specific abbreviated name of the specified month based on the culture associated with the current DateTimeFormatInfo object.

Namespace: ?System.Globalization
Assembly: ?mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
Public Function GetAbbreviatedMonthName ( _
	month As Integer _
) As String
C#
public string GetAbbreviatedMonthName(
	int month
)
Visual C++
public:
String^ GetAbbreviatedMonthName(
	int month
)
JavaScript
function getAbbreviatedMonthName(month);

Parameters

month
Type: System..::.Int32
An integer from 1 through 13 representing the name of the month to retrieve.

Return Value

The culture-specific abbreviated name of the month represented by month.

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionmonth is less than 1 or greater than 13.

See Also



Free Download:
  Privacy | Contact Us
All Times Are GMT