Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / GetMonthNames Method


In This Topic
    GetMonthNames Method
    In This Topic
    Gets the long month names for formatting date values.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetMonthNames() As String()
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value() As String
     
    value = instance.GetMonthNames()
    protected virtual string[] GetMonthNames()
    See Also