I've been searching some time now, but till now with no luck.
I would like to set daily multiple recurring alarms.
03:00, 03:15, 06:00, 06:15, 09:00, 09:15, 12:00, 12:15 ......
Till now I've been trying this by comparing "DateTime.Time" and when the same, trigger the alarm.
Unfortunately (for me) DateTime.Time is in Epoch/Unix format.
ie: 1423940165 month/day/year/hours/minutes/seconds.
As it's a daily returning alarm I do not really need month/day/year.
What would be a proper way of doing this be?
Small code example would be great!
Thank you.
I would like to set daily multiple recurring alarms.
03:00, 03:15, 06:00, 06:15, 09:00, 09:15, 12:00, 12:15 ......
Till now I've been trying this by comparing "DateTime.Time" and when the same, trigger the alarm.
Unfortunately (for me) DateTime.Time is in Epoch/Unix format.
ie: 1423940165 month/day/year/hours/minutes/seconds.
As it's a daily returning alarm I do not really need month/day/year.
What would be a proper way of doing this be?
Small code example would be great!
Thank you.