D
dm1608
Hi all --
I have some code that I'm running in a windows service that I need to have a
blackout period defined within my app.config file to exclude executing the
task. Basically, I want to check a StartTime and EndTime variable and if
the current system time is between either, not to execute my code. What is
the best way to handle this kind of situation?
I have some code that I'm running in a windows service that I need to have a
blackout period defined within my app.config file to exclude executing the
task. Basically, I want to check a StartTime and EndTime variable and if
the current system time is between either, not to execute my code. What is
the best way to handle this kind of situation?