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


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