GetElapsedDays Class
An activity to calculate the elapsed number of days between two input DateTimes.
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.GetElapsedDays
| Name | Description | |
|---|---|---|
![]() | GetElapsedDays() | Initializes a new instance of the GetElapsedDays class. |
![]() | GetElapsedDays(InArgument(Of DateTime), InArgument(Of DateTime)) | Initializes a new instance of the GetElapsedDays class. |
| 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(Of TResult).) |
![]() | Result | (Inherited from Activity(Of TResult).) |
![]() | ResultType | (Inherited from ActivityWithResult.) |
![]() | Start | Gets or sets the start date and time. |
| 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.


