Gets a one-dimensional array of type string containing the culture-specific full names of the days of the week.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
public string[] DayNames { get; }
Visual Basic (Declaration)
Public ReadOnly Property DayNames As String()

See Also