WeeklyCalendarView.IsWorkWeek Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property IsWorkWeek As Boolean
Get
Set
'Usage
Dim instance As WeeklyCalendarView
Dim value As Boolean
value = instance.IsWorkWeek
instance.IsWorkWeek = value
[BindableAttribute(true)]
public bool IsWorkWeek { get; set; }
Property Value
Type: System.Boolean