The way to do it is by making the service schedule the next time itself. You can for example save the the times in a file and then each time read the next time from the file and schedule it. Note that you should pass a ticks value. Not the time string.
The way to do it is by making the service schedule the next time itself. You can for example save the the times in a file and then each time read the next time from the file and schedule it. Note that you should pass a ticks value. Not the time string.