Share via


MonthlyCalendarView.GetDayStyle Method

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

Syntax

'Declaration
Protected Overridable Function GetDayStyle ( _
    j As Integer, _
    currDate As SimpleDate, _
    selectedDate As SimpleDate, _
    lastRow As Boolean, _
    separationRow As Boolean, _
    multiDayEvent As Boolean _
) As String
'Usage
Dim j As Integer
Dim currDate As SimpleDate
Dim selectedDate As SimpleDate
Dim lastRow As Boolean
Dim separationRow As Boolean
Dim multiDayEvent As Boolean
Dim returnValue As String

returnValue = Me.GetDayStyle(j, currDate, _
    selectedDate, lastRow, separationRow, _
    multiDayEvent)
protected virtual string GetDayStyle(
    int j,
    SimpleDate currDate,
    SimpleDate selectedDate,
    bool lastRow,
    bool separationRow,
    bool multiDayEvent
)

Parameters

Return Value

Type: System.String

See Also

Reference

MonthlyCalendarView Class

MonthlyCalendarView Members

Microsoft.SharePoint.WebControls Namespace