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


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