CreateTimeSpan Class
An activity to create a TimeSpan based on input fields.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
System.Object
System.Activities.Activity
System.Activities.ActivityWithResult
System.Activities.Activity(Of TResult)
System.Activities.CodeActivity(Of TResult)
Microsoft.Activities.Expressions.CreateTimeSpan
System.Activities.Activity
System.Activities.ActivityWithResult
System.Activities.Activity(Of TResult)
System.Activities.CodeActivity(Of TResult)
Microsoft.Activities.Expressions.CreateTimeSpan
| Name | Description | |
|---|---|---|
![]() | CreateTimeSpan() | Initializes a new instance of the CreateTimeSpan class. |
![]() | CreateTimeSpan(InArgument(Of Double), InArgument(Of Double), InArgument(Of Double), InArgument(Of Double)) | Initializes a new instance of the CreateTimeSpan class. |
| Name | Description | |
|---|---|---|
![]() | CacheId | (Inherited from Activity.) |
![]() | Days | Gets or sets the days value. |
![]() | DisplayName | (Inherited from Activity.) |
![]() | Hours | Gets or set hours value. |
![]() | Id | (Inherited from Activity.) |
![]() | ImplementationVersion | (Inherited from CodeActivity(Of TResult).) |
![]() | Minutes | Gets or set minutes value. |
![]() | Result | (Inherited from Activity(Of TResult).) |
![]() | ResultType | (Inherited from ActivityWithResult.) |
![]() | Seconds | Gets or set seconds 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.
Community Additions
ADD
Show:


