Share via


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)

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".

See also

Reference

DateOptions class

DateOptions members

Microsoft.SharePoint.Utilities namespace