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.

See also

Reference

WorkflowContext class

WorkflowContext members

Microsoft.SharePoint.WorkflowActions namespace