DateOptions.GetLeapMonthNamesAbbreviation method

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

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

Syntax

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

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

Return value

Type: []
The array of the abbreviation names of the months for a leap year.

Remarks

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

month

The abbreviation version name of the month

1

Jan

2

Feb

3

Mar

4

Apr

5

May

6

Jun

7

Jul

8

Aug

9

Sep

10

Oct

11

Nov

12

Dec

13

“”

See also

Reference

DateOptions class

DateOptions members

Microsoft.SharePoint.Utilities namespace