SPUserCodeWorkflowContext.StartedDateTime property

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)

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

SPUserCodeWorkflowContext members

Microsoft.SharePoint.UserCode namespace