Compartilhar via


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)
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

SPUserCodeWorkflowContext Members

Microsoft.SharePoint.UserCode Namespace