Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.