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


In This Topic
    GetTimeFormat Method
    In This Topic
    Gets the time format for formatting time values.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetTimeFormat() As String
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As String
     
    value = instance.GetTimeFormat()
    protected virtual string GetTimeFormat()
    See Also