GetDateFields Class
Represents an activity to retrieve specific fields in a DateTime.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
System.Activities.Activity
System.Activities.CodeActivity
Microsoft.Activities.Expressions.GetDateFields
| Name | Description | |
|---|---|---|
![]() | GetDateFields() | Initializes a new instance of the GetDateFields 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.) |
![]() | Input | Gets or sets the input DateTime. |
![]() | Kind | Gets or sets the kind of binding terminal that supports the flow of data out of an activity. |
![]() | Minute | Gets or sets the minute value. |
![]() | Month | Gets or sets the month value. |
![]() | 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.


