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 or sets the UTC date and time when the workflow instance was created.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property StartedDateTime As DateTime
Get
Set
'Usage
Dim instance As SPUserCodeWorkflowContext
Dim value As DateTime
value = instance.StartedDateTime
instance.StartedDateTime = value
public DateTime StartedDateTime { get; set; }
Property Value
Type: System.DateTime
The UTC date and time when the workflow instance was created.
See Also
Reference
SPUserCodeWorkflowContext Class