WorkflowContext.StartedDateTime property

Gets the UTC date and time when the workflow instance was created.

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

Syntax

'Declaration
Public ReadOnly Property StartedDateTime As DateTime
    Get
'Usage
Dim instance As WorkflowContext
Dim value As DateTime

value = instance.StartedDateTime
public DateTime StartedDateTime { get; }

Property value

Type: System.DateTime
The UTC date and time when the workflow instance was created.

See also

Reference

WorkflowContext class

WorkflowContext members

Microsoft.SharePoint.WorkflowActions namespace