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
See Also