Returns the date and time at which the workflow instance was created.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public ReadOnly Property Created As DateTime
Dim instance As SPWorkflow
Dim value As DateTime
value = instance.Created
public DateTime Created { get; }
Property Value
A DateTime object that represents when the workflow instance was created.