Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the month names used to display the specified date.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetMonthNames ( _
dt As SimpleDate _
) As String()
'Usage
Dim instance As DateOptions
Dim dt As SimpleDate
Dim returnValue As String()
returnValue = instance.GetMonthNames(dt)
public string[] GetMonthNames(
SimpleDate dt
)
Parameters
dt
Type: Microsoft.SharePoint.Utilities.SimpleDateThe SimpleDate value to evaluate.
Return value
Type: []
A string array that contains the month names.