ParseDate Class
An activity to parse a date.
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.ParseDate
Syntax
[ContentPropertyAttribute("Value")]
public sealed class ParseDate : CodeActivity<DateTime>
[ContentPropertyAttribute("Value")]
public ref class ParseDate sealed : CodeActivity<DateTime>
[<Sealed>]
[<ContentPropertyAttribute("Value")>]
type ParseDate =
class
inherit CodeActivity<DateTime>
end
<ContentPropertyAttribute("Value")>
Public NotInheritable Class ParseDate
Inherits CodeActivity(Of Date)
Constructors
Name | Description | |
---|---|---|
ParseDate() | Initializes a new instance of the ParseDate class. |
|
ParseDate(InArgument<String>) | Initializes a new instance of the ParseDate class. |
|
ParseDate(InArgument<String>, InArgument<String>) | Initializes a new instance of the ParseDate class. |
|
ParseDate(InArgument<String>, InArgument<String>, InArgument<DateTimeStyles>) | Initializes a new instance of the ParseDate class. |
Properties
Name | Description | |
---|---|---|
CacheId | (Inherited from Activity.) |
|
CultureName | Gets or sets the target culture. |
|
DateTimeStyles | Gets or sets the DateTime style. |
|
DisplayName | (Inherited from Activity.) |
|
Id | (Inherited from Activity.) |
|
ImplementationVersion | (Inherited from CodeActivity<TResult>.) |
|
Result | (Inherited from Activity<TResult>.) |
|
ResultType | (Inherited from ActivityWithResult.) |
|
Value | Gets or sets the value to parse. |
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