Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / AbbreviatedDayNames Property


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