Share via


BlogMonthQuickLaunch.SetMonthInfo method

Sets the array that contains the information of the previous month’s links.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable Sub SetMonthInfo
'Usage

Me.SetMonthInfo()
protected virtual void SetMonthInfo()

Remarks

This method sets the name, start time, and end time for each month that will be displayed as a month link in the current Web Part. The start time and end time are used as the query parameters to create the list items in the DefaultView for the selected month.

See also

Reference

BlogMonthQuickLaunch class

BlogMonthQuickLaunch members

Microsoft.SharePoint.WebPartPages namespace