DailyCalendarView.GetFormatStyleLine Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Sub GetFormatStyleLine ( _
<OutAttribute> ByRef format As String, _
<OutAttribute> ByRef style As String, _
<OutAttribute> ByRef hour As String, _
row As Integer, _
slotRow As Integer, _
bEventRow As Boolean _
)
'Usage
Dim format As String
Dim style As String
Dim hour As String
Dim row As Integer
Dim slotRow As Integer
Dim bEventRow As Boolean
Me.GetFormatStyleLine(format, style, _
hour, row, slotRow, bEventRow)
protected void GetFormatStyleLine(
out string format,
out string style,
out string hour,
int row,
int slotRow,
bool bEventRow
)
Parameters
- format
Type: System.String
- style
Type: System.String
- hour
Type: System.String
- row
Type: System.Int32
- slotRow
Type: System.Int32
- bEventRow
Type: System.Boolean