AddToDate Class
Represents an activity to add to an input DateTime or TimeSpan.
Namespace: Microsoft.Activities.Expressions
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
Inheritance Hierarchy
System.Object
System.Activities.Activity
System.Activities.ActivityWithResult
System.Activities.Activity<TResult>
System.Activities.CodeActivity<TResult>
Microsoft.Activities.Expressions.AddToDate
Syntax
public sealed class AddToDate : CodeActivity<DateTime>
public ref class AddToDate sealed : CodeActivity<DateTime>
[<Sealed>]
type AddToDate =
class
inherit CodeActivity<DateTime>
end
Public NotInheritable Class AddToDate
Inherits CodeActivity(Of Date)
Constructors
Name | Description | |
---|---|---|
AddToDate() | Initializes a new instance of the AddToDate class. |
Properties
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<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<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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Activity.) |
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.
See Also
Microsoft.Activities.Expressions Namespace
Return to top