PublishingScheduleControl.IsSpecialDateSelected Property
Gets a value that indicates whether the Immediate or Never date has been selected for the ScheduledItem.StartDate property or ScheduledItem.EndDate property, respectively.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property IsSpecialDateSelected As Boolean
Get
'Usage
Dim instance As PublishingScheduleControl
Dim value As Boolean
value = instance.IsSpecialDateSelected
public bool IsSpecialDateSelected { get; }
Property Value
Type: System.Boolean
See Also
Reference
PublishingScheduleControl Class