AddToDate Class
Represents an activity to add to an input DateTime or TimeSpan.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
System.Activities.Activity
System.Activities.ActivityWithResult
System.Activities.Activity(Of TResult)
System.Activities.CodeActivity(Of TResult)
Microsoft.Activities.Expressions.AddToDate
| Name | Description | |
|---|---|---|
![]() | AddToDate() | Initializes a new instance of the AddToDate class. |
| Name | Description | |
|---|---|---|
![]() | CacheId | (Inherited from Activity.) |
![]() | Days | Gets or sets the days value. |
![]() | DisplayName | (Inherited from Activity.) |
![]() | Hours | Gets or sets the hours value. |
![]() | Id | (Inherited from Activity.) |
![]() | ImplementationVersion | (Inherited from CodeActivity(Of TResult).) |
![]() | Input | Gets or sets the input DateTime. |
![]() | Milliseconds | Gets or sets the milliseconds value. |
![]() | Minutes | Gets or sets the minutes value. |
![]() | Months | Gets or sets the months value. |
![]() | Result | (Inherited from Activity(Of TResult).) |
![]() | ResultType | (Inherited from ActivityWithResult.) |
![]() | Seconds | Gets or sets the seconds value. |
![]() | TimeSpan | Gets or sets the input TimeSpan. |
![]() | Years | Gets or sets the years value. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Activity.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


