SPWorkflow.Created Property
Gets the date and time when the workflow instance was created.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Created As DateTime
Get
'Usage
Dim instance As SPWorkflow
Dim value As DateTime
value = instance.Created
public DateTime Created { get; }
Property Value
Type: System.DateTime
The date and time when the workflow instance was created.