Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.Controls Assembly / Xceed.Wpf.Controls Namespace / DatePicker Class / ShortestDayNames Property


In This Topic
    ShortestDayNames Property
    In This Topic

    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.

    Syntax
    '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;}

    Property Value

    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.
    Remarks
    This property has no internal storage (100% re-generated when consulted) and will not receive change notifications.
    Requirements

    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

    See Also