Share via


DateOptions.GetLeapMonthNames method

Gets the full names of the months for a leap year.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Return value

Type: []
The array of the full names of the months for a 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

13

“”

See also

Reference

DateOptions class

DateOptions members

Microsoft.SharePoint.Utilities namespace