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


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