Using Waituntil()


EOlsen

Recommended Posts

I saw an example of using WaitUntil(16h)  which would wait until the next 4 pm, but didn't find a discussion of the 16h syntax for time under time functions in the user's guide. I guessing there may be some other related time functions like m and s. Where would I find a list of these and a description of how they work?

 

Looks like 16h must translate into something like floor(SysTime() / 86400) * 86400 + 16 * 3600.

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.