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.

See Also

Project CorLib Overview

Class DateTimeFormatInfo Overview