'Declaration Property TimeSeparator As String
'Usage Dim instance As IRegionalSettings Dim value As String instance.TimeSeparator = value value = instance.TimeSeparator
string TimeSeparator {get; set;}
'Declaration Property TimeSeparator As String
'Usage Dim instance As IRegionalSettings Dim value As String instance.TimeSeparator = value value = instance.TimeSeparator
string TimeSeparator {get; set;}
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.