GetElapsedDays Class
An activity to calculate the elapsed number of days between two input DateTimes.
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.GetElapsedDays
Syntax
public sealed class GetElapsedDays : CodeActivity<int>
public ref class GetElapsedDays sealed : CodeActivity<int>
[<Sealed>]
type GetElapsedDays =
class
inherit CodeActivity<int>
end
Public NotInheritable Class GetElapsedDays
Inherits CodeActivity(Of Integer)
Constructors
Name | Description | |
---|---|---|
GetElapsedDays() | Initializes a new instance of the GetElapsedDays class. |
|
GetElapsedDays(InArgument<DateTime>, InArgument<DateTime>) | Initializes a new instance of the GetElapsedDays class. |
Properties
Name | Description | |
---|---|---|
CacheId | (Inherited from Activity.) |
|
DisplayName | (Inherited from Activity.) |
|
End | Gets or sets the end date and time. |
|
ExcludedDates | Gets or sets the set of excluded dates. |
|
ExcludeWeekends | Gets or sets whether or not to exclude weekends in the calculation. |
|
Id | (Inherited from Activity.) |
|
ImplementationVersion | (Inherited from CodeActivity<TResult>.) |
|
Result | (Inherited from Activity<TResult>.) |
|
ResultType | (Inherited from ActivityWithResult.) |
|
Start | Gets or sets the start date and time. |
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