다음을 통해 공유


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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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