So I'm looking for a function where you set previoulsy a determined day, with its hour, minute and second. What I want is that when reached this time in real life, it fires and event or a callback so I can execute a determined code.

What I don't want to do is a thread polling every second and comparing the actual hour with the one predetermined.

thanks guys.