'Declaration Public ReadOnly Property ShortestDayNames As IEnumerable(Of String)
'Usage Dim instance As DatePicker Dim value As IEnumerable(Of String) value = instance.ShortestDayNames
public IEnumerable<string> ShortestDayNames {get;}
Gets or sets a one-dimensional string array containing the culture-specific shortest unique abbreviated names of the days of the week, starting with the first day of the week defined by the current culture.
'Declaration Public ReadOnly Property ShortestDayNames As IEnumerable(Of String)
'Usage Dim instance As DatePicker Dim value As IEnumerable(Of String) value = instance.ShortestDayNames
public IEnumerable<string> ShortestDayNames {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