Is there a way to get notification of date change in c#?
I have a requirement where I have to do something when the system date is changed.
I found that SystemsEvent.TimeChanged is an event you can hook into, however it is only fired only when user has changed the time.