GetDateFields Class

 

Represents an activity to retrieve specific fields in a DateTime.

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

Inheritance Hierarchy

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

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod GetDateFields()

Initializes a new instance of the GetDateFields class.

Properties

Name Description
System_CAPS_protproperty CacheId

(Inherited from Activity.)

System_CAPS_pubproperty Day

Gets or sets the day value.

System_CAPS_pubproperty DisplayName

(Inherited from Activity.)

System_CAPS_pubproperty Hour

Gets or sets the hour value.

System_CAPS_pubproperty Id

(Inherited from Activity.)

System_CAPS_protproperty ImplementationVersion

(Inherited from CodeActivity.)

System_CAPS_pubproperty Input

Gets or sets the input DateTime.

System_CAPS_pubproperty Kind

Gets or sets the kind of binding terminal that supports the flow of data out of an activity.

System_CAPS_pubproperty Minute

Gets or sets the minute value.

System_CAPS_pubproperty Month

Gets or sets the month value.

System_CAPS_pubproperty Second

Gets or sets the second value.

System_CAPS_pubproperty Year

Gets or sets the year value.

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