de la propiedad SPUserCodeWorkflowContext.StartedDateTime
Obtiene o establece la fecha y hora UTC cuando se creó la instancia de flujo de trabajo.
Espacio de nombres: Microsoft.SharePoint.UserCode
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Property StartedDateTime As DateTime
Get
Set
'Uso
Dim instance As SPUserCodeWorkflowContext
Dim value As DateTime
value = instance.StartedDateTime
instance.StartedDateTime = value
public DateTime StartedDateTime { get; set; }
Valor de propiedad
Tipo: System.DateTime
La fecha y hora UTC cuando se creó la instancia de flujo de trabajo.
Vea también
Referencia
clase SPUserCodeWorkflowContext