DateTimeFormatInfo: GetMonthName

GetMonthName

Returns the full name of the specified month.



 Public Function GetMonthName(
	  ByVal Month As Long ) As String

Parameters

Month
[ByVal] Long. The month to retrieve the name for.

Return Values

String -  The full name of the month.

Remarks

The valid range is 1 to 13.

See Also

Project CorLib Overview

Class DateTimeFormatInfo Overview