ScheduledItem.StartDate property

Represents the Coordinated Universal Time (UTC) at which the ListItem should start to be a published version.

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

Syntax

'Declaration
Public Property StartDate As DateTime
    Get
    Set
'Usage
Dim instance As ScheduledItem
Dim value As DateTime

value = instance.StartDate

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

Property value

Type: System.DateTime
The Coordinated Universal Time (UTC) at which the ListItem should start to be published.

See also

Reference

ScheduledItem class

ScheduledItem members

Microsoft.SharePoint.Client.Publishing namespace