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


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