CreateDate Class
An activity to create a DateTime based on input fields.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
System.Activities.Activity
System.Activities.ActivityWithResult
System.Activities.Activity(Of TResult)
System.Activities.CodeActivity(Of TResult)
Microsoft.Activities.Expressions.CreateDate
| Name | Description | |
|---|---|---|
![]() | CreateDate() | Initializes a new instance of the CreateDate class. |
![]() | CreateDate(InArgument(Of Int32), InArgument(Of Int32), InArgument(Of Int32)) | Initializes a new instance of the CreateDate class. |
![]() | CreateDate(InArgument(Of Int32), InArgument(Of Int32), InArgument(Of Int32), InArgument(Of Int32), InArgument(Of Int32), InArgument(Of Int32)) | Initializes a new instance of the CreateDate class. |
![]() | CreateDate(InArgument(Of Int32), InArgument(Of Int32), InArgument(Of Int32), InArgument(Of Int32), InArgument(Of Int32), InArgument(Of Int32), InArgument(Of DateTimeKind)) | Initializes a new instance of the CreateDate class. |
| Name | Description | |
|---|---|---|
![]() | CacheId | (Inherited from Activity.) |
![]() | Day | Gets or sets the day value. |
![]() | DisplayName | (Inherited from Activity.) |
![]() | Hour | Gets or sets the hour value. |
![]() | Id | (Inherited from Activity.) |
![]() | ImplementationVersion | (Inherited from CodeActivity(Of TResult).) |
![]() | Kind | Get or sets the kind of the DateTime, local or UTC. |
![]() | Minute | Gets or sets the minute value. |
![]() | Month | Gets or sets the month value. |
![]() | Result | (Inherited from Activity(Of TResult).) |
![]() | ResultType | (Inherited from ActivityWithResult.) |
![]() | Second | Gets or sets the second value. |
![]() | Year | Gets or sets the year 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.


