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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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