Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to add a duration to an instant in time.
The AddTimeToDateActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
AddTimeToDateActivity | Initializes a new instance of the AddTimeToDateActivity class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
__Context | Gets or sets the context associated with the active workflow instance. |
![]() |
AddValue | Gets or sets the interval that is added to the instant in time. |
![]() |
DateValue | Gets or sets the instant in time to which a specified interval is added. |
![]() |
DateVariable | Gets or sets the instant in time as a result of adding an interval to an instant in time. |
![]() |
Description | (Inherited from Activity.) |
![]() |
DesignMode | (Inherited from DependencyObject.) |
![]() |
Enabled | (Inherited from Activity.) |
![]() |
ExecutionResult | (Inherited from Activity.) |
![]() |
ExecutionStatus | (Inherited from Activity.) |
![]() |
IsDynamicActivity | (Inherited from Activity.) |
![]() |
Name | (Inherited from Activity.) |
![]() |
Parent | (Inherited from Activity.) |
![]() |
ParentDependencyObject | (Inherited from DependencyObject.) |
![]() |
QualifiedName | (Inherited from Activity.) |
![]() |
Site | (Inherited from DependencyObject.) |
![]() |
Units | Gets or sets the units for the time interval. |
![]() |
UserData | (Inherited from DependencyObject.) |
![]() |
WorkflowInstanceId | (Inherited from Activity.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
![]() |
Canceling | (Inherited from Activity.) |
![]() |
Closed | (Inherited from Activity.) |
![]() |
Compensating | (Inherited from Activity.) |
![]() |
Executing | (Inherited from Activity.) |
![]() |
Faulting | (Inherited from Activity.) |
![]() |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
__ContextProperty | Represents the DependencyProperty that promotes the __Context property for use by workflow runtime. |
![]() ![]() |
AddValueProperty | Represents the DependencyProperty that promotes the AddValue property for use by workflow runtime. |
![]() ![]() |
DateValueProperty | Represents the DependencyProperty that promotes the DateValue property for use by workflow runtime. |
![]() ![]() |
DateVariableProperty | Represents the DependencyProperty that promotes the DateVariable property for use by workflow runtime. |
![]() ![]() |
UnitsProperty | Represents the DependencyProperty that promotes the Units property for use by workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top