ultraman
Centurion
Hi all !
In an open app, I have to execute some functions at a certain time of day (ex : at 9:30). What is the best way to do it ? With a timer set to every minute and comparing DateTime.Now to 9:30 ?
In an open app, I have to execute some functions at a certain time of day (ex : at 9:30). What is the best way to do it ? With a timer set to every minute and comparing DateTime.Now to 9:30 ?