Share via


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)

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.

See also

Reference

DateOptions class

DateOptions members

Microsoft.SharePoint.Utilities namespace