Postpone Transaction Item - to a specific time

Hi guys

I am trying to use the Postpone Transaction Item activity to postpone a transaction item to a specific date.time - preferably the next day, at midnight or 9am.

I’ve created a variable of

Tomorrow = datetime.Now.AddDays(1)

However, when used in the Postpone activity, it postpones it until exactly 24 hours later, when I am more aiming for midnight (or 9am).

Is there a way to create a datetime which points to midnight of the next day?

@Sheri

Yes it’s because of this. It’s add 24 hours what time you started the job.

If you want it for specific time directly you have to specify the time.

1 Like

Got it, thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.