Share via


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

PublishingScheduleControl members

Microsoft.SharePoint.Publishing.WebControls namespace