Share via


WeeklyDaySlot Constructor

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

Syntax

'Declaration
Public Sub New ( _
    maxCountItem As Integer, _
    columnItems As Array, _
    isSelectedDate As Boolean, _
    isWorkDay As Boolean _
)
'Usage
Dim maxCountItem As Integer
Dim columnItems As Array
Dim isSelectedDate As Boolean
Dim isWorkDay As Boolean

Dim instance As New WeeklyDaySlot(maxCountItem, _
    columnItems, isSelectedDate, isWorkDay)
public WeeklyDaySlot(
    int maxCountItem,
    Array columnItems,
    bool isSelectedDate,
    bool isWorkDay
)

Parameters

See Also

Reference

WeeklyDaySlot Class

WeeklyDaySlot Members

Microsoft.SharePoint.WebControls Namespace