DateOptions.MonthDayPattern Property
Gets the format pattern for a month and day value. The pattern is associated with the "m" and "M" format characters.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property MonthDayPattern As String
Get
Friend Set
'Usage
Dim instance As DateOptions
Dim value As String
value = instance.MonthDayPattern
public string MonthDayPattern { get; internal set; }
Property Value
Type: System.String
A string that contains the format pattern.
Remarks
See DateTimeFormatInfo for patterns that can be combined to construct custom patterns; for example, "MMMM dd".