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 | |
---|---|---|
CreateDate() | Initializes a new instance of the CreateDate class. |
|
CreateDate(InArgument<Int32>, InArgument<Int32>, InArgument<Int32>) | Initializes a new instance of the CreateDate class. |
|
CreateDate(InArgument<Int32>, InArgument<Int32>, InArgument<Int32>, InArgument<Int32>, InArgument<Int32>, InArgument<Int32>) | Initializes a new instance of the CreateDate class. |
|
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 | |
---|---|---|
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<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<TResult>.) |
|
ResultType | (Inherited from ActivityWithResult.) |
|
Second | Gets or sets the second value. |
|
Year | Gets or sets the year value. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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