DateOptions.GetMonthNamesAbbreviation Method

Returns an abbreviated version of the month names used to display the date.

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

Syntax

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

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

Return Value

Type: []
A string array that contains the abbreviated month names.

See Also

Reference

DateOptions Class

DateOptions Members

GetMonthNamesAbbreviation Overload

Microsoft.SharePoint.Utilities Namespace