Description
Delays the corresponding activity until the specified Date and Time.
Attributes
Common
ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.
Misc
DateTime - The specified date and time when the corresponding activity would continue.
DisplayName - Renames the activity.
Example
- Add a Delay Until Date Time activity.
- In the Date Time field, write 8/1/2019 8:00 AM (or you can try to write your own date and time).
- Add a Message Box activity, and in the Text field, write "It is August 1, 2019 today. The time is 8:00 in the morning.".
The result would be the execution of the Message Box activity being delayed until the specified date and time.