'Declaration Public ReadOnly Property DayNames As IEnumerable(Of String)
'Usage Dim instance As DatePicker Dim value As IEnumerable(Of String) value = instance.DayNames
public IEnumerable<string> DayNames {get;}
Gets or sets a one-dimensional string array containing the culture-specific full names of the days of the week, starting with the first day of the week defined by the current culture.
'Declaration Public ReadOnly Property DayNames As IEnumerable(Of String)
'Usage Dim instance As DatePicker Dim value As IEnumerable(Of String) value = instance.DayNames
public IEnumerable<string> DayNames {get;}
Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2