Bridge

DateTimeFormatInfo..::..GetAbbreviatedMonthName Method

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

Namespace:  System.Globalization
Assembly:  Bridge (in Bridge.dll)

Syntax


public string GetAbbreviatedMonthName(
	int month
)
Public Function GetAbbreviatedMonthName ( _
	month As Integer _
) As String
public:
String^ GetAbbreviatedMonthName(
	int^ 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.