DateOptions.TimeSeparator Property
Gets the character or string that separates the components of time; that is, the hour, minutes, and seconds.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property TimeSeparator As String
Get
'Usage
Dim instance As DateOptions
Dim value As String
value = instance.TimeSeparator
public string TimeSeparator { get; }
Property Value
Type: System.String
A string that contains the time separator.