Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDateTimeCellType Interface / TimeSeparator Property


In This Topic
    TimeSeparator Property (IDateTimeCellType)
    In This Topic
    Gets or sets a time separator string.
    Syntax
    'Declaration
     
    
    Property TimeSeparator As String
    'Usage
     
    
    Dim instance As IDateTimeCellType
    Dim value As String
     
    instance.TimeSeparator = value
     
    value = instance.TimeSeparator
    string TimeSeparator {get; set;}
    See Also