I need to create a procedure that will run every time a new day starts (at 00:00) if the program is running at that time.
Is there some kind of event for the date changing?
The only other way I can think of doing it is to have a timer running all the time to check if the date has changed or not.
Is there some kind of event for the date changing?
The only other way I can think of doing it is to have a timer running all the time to check if the date has changed or not.