CoerceDateTimeActivity.SetReturnValue Method
Sets the value of the ReturnValue property to the result of the coercion.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Protected Overrides Sub SetReturnValue ( _
obj As Object _
)
'Usage
Dim obj As Object
Me.SetReturnValue(obj)
protected override void SetReturnValue(
Object obj
)
Parameters
obj
Type: System.ObjectThe result of the coercion function.
Remarks
This override casts the obj to DateTime and assigns it to the value of the ReturnValue property.