다음을 통해 공유


DateOptions.GetDaysSuperShortAbbreviation Method

Returns short 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 GetDaysSuperShortAbbreviation As String()
'Usage
Dim instance As DateOptions
Dim returnValue As String()

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

Return Value

Type: []
Returns String.

Remarks

A string array that contains the abbreviations.

See Also

Reference

DateOptions Class

DateOptions Members

Microsoft.SharePoint.Utilities Namespace