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


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