DateTimeFormatInfo: GetAbbreviatedMonthName

GetAbbreviatedMonthName

Retrieves the abbreviated name for a given month.



 Public Function GetAbbreviatedMonthName(
	  ByVal Month As Long ) As String

Parameters

Month
[ByVal] Long. The month number in the calendar starting at 1.

Return Values

String -  The name of the specified month.

Remarks

See Also

Project VBCorLib Overview Class DateTimeFormatInfo Overview DateTimeFormatInfo Properties DateTimeFormatInfo Methods GetAbbreviatedEraName GetAllDateTimePatterns