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