DateOptions.LongDatePattern property

Gets the format pattern for a long date value, which is associated with the ā€œDā€ standard format character.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property LongDatePattern As String
    Get
'Usage
Dim instance As DateOptions
Dim value As String

value = instance.LongDatePattern
public string LongDatePattern { get; }

Property value

Type: System.String
The format pattern for a long date value.

See also

Reference

DateOptions class

DateOptions members

Microsoft.SharePoint.Utilities namespace