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?