Share via


PublishingScheduleControl.Value property

Get and sets the DateTime value for this control.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property Value As DateTime
    Get
    Set
'Usage
Dim instance As PublishingScheduleControl
Dim value As DateTime

value = instance.Value

instance.Value = value
public DateTime Value { get; set; }

Property value

Type: System.DateTime

See also

Reference

PublishingScheduleControl class

PublishingScheduleControl members

Microsoft.SharePoint.Publishing.WebControls namespace