CreateDate Class

 

An activity to create a DateTime based on input fields.

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.CreateDate

Syntax

public sealed class CreateDate : CodeActivity<DateTime>
public ref class CreateDate sealed : CodeActivity<DateTime>
[<Sealed>]
type CreateDate = 
    class
        inherit CodeActivity<DateTime>
    end
Public NotInheritable Class CreateDate
    Inherits CodeActivity(Of Date)

Constructors

Name Description
System_CAPS_pubmethod CreateDate()

Initializes a new instance of the CreateDate class.

System_CAPS_pubmethod CreateDate(InArgument<Int32>, InArgument<Int32>, InArgument<Int32>)

Initializes a new instance of the CreateDate class.

System_CAPS_pubmethod CreateDate(InArgument<Int32>, InArgument<Int32>, InArgument<Int32>, InArgument<Int32>, InArgument<Int32>, InArgument<Int32>)

Initializes a new instance of the CreateDate class.

System_CAPS_pubmethod CreateDate(InArgument<Int32>, InArgument<Int32>, InArgument<Int32>, InArgument<Int32>, InArgument<Int32>, InArgument<Int32>, InArgument<DateTimeKind>)

Initializes a new instance of the CreateDate 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<TResult>.)

System_CAPS_pubproperty Kind

Get or sets the kind of the DateTime, local or UTC.

System_CAPS_pubproperty Minute

Gets or sets the minute value.

System_CAPS_pubproperty Month

Gets or sets the month value.

System_CAPS_pubproperty Result

(Inherited from Activity<TResult>.)

System_CAPS_pubproperty ResultType

(Inherited from ActivityWithResult.)

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