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
- j
Type: System.Int32
- currDate
Type: Microsoft.SharePoint.Utilities.SimpleDate
- selectedDate
Type: Microsoft.SharePoint.Utilities.SimpleDate
- lastRow
Type: System.Boolean
- separationRow
Type: System.Boolean
- multiDayEvent
Type: System.Boolean
Return Value
Type: System.String