How do I write a Alert which will run at 00:00, 00:15, 00:30, and so on every day?
Can you give me an example code?
Thank you.
You can write your program to execute certain task every time it is opened then you use Windows Scheduled Tasks to execute your program every day at certain times.
your program will be simpler and you will focus only on the logic you need to implement, the scheduling will be done by Windows for you, for free (assuming you already paid Windows :) ).
if you really want to implement the scheduling by yourself, there are frameworks and libraries like this one: Quartz.NET