Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the character or text that separates the components of date; that is, the month, day, and year.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property DateSeparator As String
Get
'Usage
Dim instance As DateOptions
Dim value As String
value = instance.DateSeparator
public string DateSeparator { get; }
Property value
Type: System.String
The character or text to separate the component of date.
Remarks
The default value is “/”.