ParseDateTime
What to use it for | Prerequisites for usage | Essential properties to set |
---|---|---|
Use this Activity to be able to do calculations or manipulations of dates or times, for instance calculate remaining time, or the date 7 days from now.
|
|
Misc
Property | What is it | How does it work |
---|---|---|
Date string
| The location where to find the date string, in or as part of the document. | Provide a string, of either:
|
Date
| The variable that you are going to use for storing the datetime data. Once stored in a variable, you are able to re-use the data in the current sequence by referring to this variable (for example, modify the datetime using the Assign Activity). | Create a new variable, of the type DateTime.
|
Parsed successfully
| A variable to you are going to use to store whether the datetime is stored correctly. Once stored in a variable, you are able to create rules based on the data in the variable, for instance a sub-sequence for each result of the boolean. | Create a new variable, of the type Boolean. |
Display name | Name of the Activity. | Leave at default, or edit the name to reflect the type of parsing. |