DateOptions.GetShortDayAbbreviation method
Returns shortened abbreviations for the current days of the week.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.