BlogMonthQuickLaunch.m_MonthNames field
Represents an array of month names that are displayed in the calendar.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected m_MonthNames As String()
'Usage
Dim value As String()
value = Me.m_MonthNames
Me.m_MonthNames = value
protected string[] m_MonthNames