DateIntervalActivity Members
Include Protected Members
Include Inherited Members
Provides information about the interval between two specified dates.
The DateIntervalActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DateIntervalActivity | Initializes a new instance of the DateIntervalActivity class. |
Top
Properties
Name | Description | |
---|---|---|
__Context | Gets or sets the [WorkflowContext] from which the __ContextProperty property can expose information about the active workflow instance to the workflow runtime. | |
Date1Value | Gets or sets the starting date of the date interval. | |
Date2Value | Gets or sets the ending date of the date interval. | |
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.) | |
TimeVariable | Gets or sets the time interval between Date1Value and Date2Value | |
Units | Gets or sets a string value to specify the DateTime unit to be calculated in the 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 | The DependencyProperty object that promotes the __Context property for use by the workflow runtime. | |
Date1ValueProperty | DependencyProperty object that promotes the property for use by the workflow runtime. | |
Date2ValueProperty | DependencyProperty object that promotes the property for use by the workflow runtime. | |
TimeVariableProperty | DependencyProperty object that promotes the property for use by the workflow runtime. | |
UnitsProperty | DependencyProperty object that promotes the property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top