Adding minutes to current time

I want to display a notice that shows an estimated time that my macro will finish. I have EstimatedMinutes in a variable. But I need to show current time + EstimatedMinutes.

How would you do that?

Thanks,

Jon

Use the ICUDateTimePlus token.

That works nicely thanks. Now I have a loop that shows 3/8 etc and the ETA or estimated time for it to finish the loop.

1 Like