DateOptions.GetMonthNames Method

Gets the full names of the months for non-leap year.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Function GetMonthNames As String()
'Usage
Dim instance As DateOptions
Dim returnValue As String()

returnValue = instance.GetMonthNames()
public string[] GetMonthNames()

Return Value

Type: []
The array of the full names of the months for a non-leap year.

Remarks

The following table lists the full version names of the months:

month

The full version name of the month

1

January

2

February

3

March

4

April

5

May

6

June

7

July

8

August

9

September

10

October

11

November

12

December

See Also

Reference

DateOptions Class

DateOptions Members

GetMonthNames Overload

Microsoft.SharePoint.Utilities Namespace