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