CoerceDateTimeActivity Class
Defines a workflow activity that is used to coerce, or convert from an Object to a DateTime.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
Microsoft.SharePoint.WorkflowActions.CoerceActivity
Microsoft.SharePoint.WorkflowActions.CoerceDateTimeActivity
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ActivityValidatorAttribute(GetType(CoerceActivityValidator))> _
Public Class CoerceDateTimeActivity _
Inherits CoerceActivity
'Usage
Dim instance As CoerceDateTimeActivity
[ActivityValidatorAttribute(typeof(CoerceActivityValidator))]
public class CoerceDateTimeActivity : CoerceActivity
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.