GetTimeSpanFields Class

 

An activity to retrieve specific fields in a TimeSpan.

Namespace:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Inheritance Hierarchy

System.Object
  System.Activities.Activity
    System.Activities.CodeActivity
      Microsoft.Activities.Expressions.GetTimeSpanFields

Syntax

public sealed class GetTimeSpanFields : CodeActivity
public ref class GetTimeSpanFields sealed : CodeActivity
[<Sealed>]
type GetTimeSpanFields = 
    class
        inherit CodeActivity
    end
Public NotInheritable Class GetTimeSpanFields
    Inherits CodeActivity

Constructors

Name Description
System_CAPS_pubmethod GetTimeSpanFields()

Initializes a new instance of the GetTimeSpanFields class.

Properties

Name Description
System_CAPS_protproperty CacheId

(Inherited from Activity.)

System_CAPS_pubproperty Days

Gets or sets the days value.

System_CAPS_pubproperty DisplayName

(Inherited from Activity.)

System_CAPS_pubproperty Hours

Gets or sets the hours value.

System_CAPS_pubproperty Id

(Inherited from Activity.)

System_CAPS_protproperty ImplementationVersion

(Inherited from CodeActivity.)

System_CAPS_pubproperty Input

Gets or sets the input TimeSpan.

System_CAPS_pubproperty Minutes

Gets or sets the minutes value.

System_CAPS_pubproperty Seconds

Gets or sets the seconds value.

System_CAPS_pubproperty TotalDays

Gets or sets the total number of days.

System_CAPS_pubproperty TotalHours

Gets or sets the total number of hours.

System_CAPS_pubproperty TotalMinutes

Gets or sets the total number of minutes.

System_CAPS_pubproperty TotalSeconds

Gets or sets the total number of seconds.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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