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