DailyCalendarView.GetFormatStyleLine method

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

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

See also

Reference

DailyCalendarView class

DailyCalendarView members

Microsoft.SharePoint.WebControls namespace