Share via


MonthlyCalendarView.AppendEventTD method

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

Syntax

'Declaration
Protected Overridable Sub AppendEventTD ( _
    ByRef str As StringBuilder, _
    iday As Integer, _
    oEvent As SPCalendarItemContainer, _
    colspan As Integer, _
    rowspan As Integer, _
    currDateInWeek As SimpleDate, _
    tabIndex As Integer _
)
'Usage
Dim str As StringBuilder
Dim iday As Integer
Dim oEvent As SPCalendarItemContainer
Dim colspan As Integer
Dim rowspan As Integer
Dim currDateInWeek As SimpleDate
Dim tabIndex As Integer

Me.AppendEventTD(str, iday, oEvent, _
    colspan, rowspan, currDateInWeek, _
    tabIndex)
protected virtual void AppendEventTD(
    ref StringBuilder str,
    int iday,
    SPCalendarItemContainer oEvent,
    int colspan,
    int rowspan,
    SimpleDate currDateInWeek,
    int tabIndex
)

Parameters

See also

Reference

MonthlyCalendarView class

MonthlyCalendarView members

Microsoft.SharePoint.WebControls namespace