Hi everybody!
Houston we've got a problem! :sign0089:
Is there a way to schedule a service for a different day? For example tomorrow?
I use
it works fine, but when I try to schedule for tomorrow it doesn't work and start the service at the correct time but today.
I tried to use
instead of
Any ideas? Thanks to everybody!
Houston we've got a problem! :sign0089:
Is there a way to schedule a service for a different day? For example tomorrow?
I use
B4X:
StartServiceAt(MyService,DateTime.TimeParse(Hour & ":" & Minute & ":00"),True)
I tried to use
B4X:
DateTime.Add(DateTime.TimeParse(Hour & ":" & Minute & ":00"),0,0,(Data-DateTime.GetDayOfMonth(DateTime.Now))
B4X:
DateTime.TimeParse(Hour & ":" & Minute & ":00")
Any ideas? Thanks to everybody!