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

Returns the short name of the specified month based on the CultureOnfo of the current thread.

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

Syntax

C#
public string GetShortMonthNames(
	int monthId
)
Visual Basic (Declaration)
Public Function GetShortMonthNames ( _
	monthId As Integer _
) As String
Visual C++
public:
String^ GetShortMonthNames(
	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 short name of the month represented by month.

See Also