SPWorkflowTaskProperties.StartDate property

Get or sets the date and time when the task starts.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

value = instance.StartDate

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

Property value

Type: System.DateTime
A DateTime that represents when the task starts.

See also

Reference

SPWorkflowTaskProperties class

SPWorkflowTaskProperties members

Microsoft.SharePoint.Workflow namespace