Spread Windows Forms 12.0 Product Documentation
TimeSeparator Property (IRegionalSettings)


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IRegionalSettings Interface : TimeSeparator Property
Gets or sets the string that separates the portions of a time value.
Syntax
'Declaration
 
Property TimeSeparator As String
'Usage
 
Dim instance As IRegionalSettings
Dim value As String
 
instance.TimeSeparator = value
 
value = instance.TimeSeparator
string TimeSeparator {get; set;}

Property Value

String containing the time separator
Remarks

The time separator divides the portions of the time value. For example, in the time value "11:17:25", the colon (:) character is the separator.

Specify the format in which times are displayed by setting the TimeFormat property.

See Also

Reference

IRegionalSettings Interface
IRegionalSettings Members
TimeFormat Property