Share via


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)

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.

See also

Reference

DateOptions class

DateOptions members

Microsoft.SharePoint.Utilities namespace