How To Set Exact 3 Hours With Minutes Time Limit?

Project fiile :
TimeDealy1.aia (2.7 KB)

Blocks :

If I understood correctly, you want the app to do something if 3 hours have passed since the last access.

In the project below, I simply saved the times in milliseconds to have more precise time management, and then I added 3 hours to the saved instant to check whether three hours have passed.

TimeDealy1.aia (2.9 KB)

1 Like

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