DateOptions.GetShortDayAbbreviation Method

Returns shortened abbreviations for the current days of the week.

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

Syntax

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

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

Return Value

Type: []
A string array that contains the abbreviations.

See Also

Reference

DateOptions Class

DateOptions Members

Microsoft.SharePoint.Utilities Namespace