GetTimeSpanFields Class
An activity to retrieve specific fields in a TimeSpan.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
System.Activities.Activity
System.Activities.CodeActivity
Microsoft.Activities.Expressions.GetTimeSpanFields
| Name | Description | |
|---|---|---|
![]() | GetTimeSpanFields() | Initializes a new instance of the GetTimeSpanFields 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.) |
![]() | Input | Gets or sets the input TimeSpan. |
![]() | Minutes | Gets or sets the minutes value. |
![]() | Seconds | Gets or sets the seconds value. |
![]() | TotalDays | Gets or sets the total number of days. |
![]() | TotalHours | Gets or sets the total number of hours. |
![]() | TotalMinutes | Gets or sets the total number of minutes. |
![]() | TotalSeconds | Gets or sets the total number of seconds. |
| 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.


