asales Expert Licensed User Longtime User May 3, 2022 #1 I use this code to schedule an alarm in different hours of the day and show a notification. Works fine. Now I need to set the alarm to one specific day (friday) at 20h and the next day (saturday) at 08h and 15h. How I can do this? Thanks in advance for any tip.
I use this code to schedule an alarm in different hours of the day and show a notification. Works fine. Now I need to set the alarm to one specific day (friday) at 20h and the next day (saturday) at 08h and 15h. How I can do this? Thanks in advance for any tip.
Erel B4X founder Staff member Licensed User Longtime User May 4, 2022 #2 The case that you are describing is simpler than the case solved with that code. If you have a specific date + time then you don't need that code. Simply add the full date + time value to the list. Upvote 0
The case that you are describing is simpler than the case solved with that code. If you have a specific date + time then you don't need that code. Simply add the full date + time value to the list.