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


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