DateOptions.GetMonthDayDateString Method

Returns a string representation of the month and day of the specified date.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.Struct)> _
Public Function GetMonthDayDateString ( _
    dt As SimpleDate _
) As String
'Usage
Dim instance As DateOptions
Dim dt As SimpleDate
Dim returnValue As String

returnValue = instance.GetMonthDayDateString(dt)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.Struct)]
public string GetMonthDayDateString(
    SimpleDate dt
)

Parameters

Return Value

Type: System.String
A string that contains the month and day.

See Also

Reference

DateOptions Class

DateOptions Members

Microsoft.SharePoint.Utilities Namespace