WeeklyDaySlot.IsWorkDay Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsWorkDay As Boolean
Get
'Usage
Dim instance As WeeklyDaySlot
Dim value As Boolean
value = instance.IsWorkDay
public bool IsWorkDay { get; }
Property Value
Type: System.Boolean