WorkflowContext.LastRunDateTime Property
Gets the Coordinated Universal Time (UTC) date and time of the last modification to the workflow instance.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public ReadOnly Property LastRunDateTime As DateTime
Get
'Usage
Dim instance As WorkflowContext
Dim value As DateTime
value = instance.LastRunDateTime
public DateTime LastRunDateTime { get; }
Property Value
Type: System.DateTime
The UTC date and time of the last modification to the workflow instance.