[This is preliminary documentation and is subject to change.]

Returns the culture-specific full name of the specified month based on the System.Globalization.CultureInfo of the current thread. System.Globalization..::.DateTimeFormatInfo

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public string GetMonthNames(
	int monthId
)
Visual Basic (Declaration)
Public Function GetMonthNames ( _
	monthId As Integer _
) As String
Visual C++
public:
String^ GetMonthNames(
	int monthId
)

Parameters

monthId
Type: System..::.Int32
An integer from 1 through 13 representing the name of the month to retrieve.

Return Value

The culture-specific full name of the month represented by month.

See Also

System.Globalization..::.DateTimeFormatInfo