Is there a function in Xamarin, to Schedule a Job every day at a specific time?

Viewed 34

I would like to run my job every night, even when the device is turned off. I have used JobScheduler in Xamarin.Android to do tasks in the background, but in JobScheduler there is no option to do it on a specific time.

Is there any way to do this in Xamarin?

0 Answers
Related