Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / AbbreviatedDayNames Property


In This Topic
    AbbreviatedDayNames Property (RegionalSettings)
    In This Topic
    Gets or sets the array of abbreviated names of the days of the week.
    Syntax
    'Declaration
     
    
    Public Property AbbreviatedDayNames As String()
    'Usage
     
    
    Dim instance As RegionalSettings
    Dim value() As String
     
    instance.AbbreviatedDayNames = value
     
    value = instance.AbbreviatedDayNames
    public string[] AbbreviatedDayNames {get; set;}
    See Also