FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / TimeSeparator Property


In This Topic
TimeSeparator Property (DateTimeCellType)
In This Topic
Gets or sets the string that separates the portions of a time value.
Syntax
'Declaration
 
Public Property TimeSeparator As String
 
'Usage
 
Dim instance As DateTimeCellType
Dim value As String
 
instance.TimeSeparator = value
 
value = instance.TimeSeparator
See Also