Spread Windows Forms 13.0 Product Documentation
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;}

    Property Value

    String array containing abbreviations for names of days
    Remarks

    This property defines short (abbreviated) names of days as an array of strings.

    To define the long (unabbreviated) names of days, use the DayNames property.

    See Also