DateOptions.DayNames Property
Gets the culture-specific full names of the 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 ReadOnly Property DayNames As String()
Get
'Usage
Dim instance As DateOptions
Dim value As String()
value = instance.DayNames
public string[] DayNames { get; }
Property Value
Type: []
A one-dimensional string array that contains the names.