MonthlyCalendarView.AppendBottomTD method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Sub AppendBottomTD ( _
ByRef str As StringBuilder, _
iday As Integer, _
currDateInWeek As SimpleDate _
)
'Usage
Dim str As StringBuilder
Dim iday As Integer
Dim currDateInWeek As SimpleDate
Me.AppendBottomTD(str, iday, currDateInWeek)
protected virtual void AppendBottomTD(
ref StringBuilder str,
int iday,
SimpleDate currDateInWeek
)
Parameters
- str
Type: System.Text.StringBuilder
- iday
Type: System.Int32
- currDateInWeek
Type: Microsoft.SharePoint.Utilities.SimpleDate