Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / GetShortMonthNames Method


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