I've been doing some googling without success.

Does anyone have any ideas of detecting if the time was changed from a
Windows Service that cannot interact with the desktop? This elminates
using the SystemEvent.TimeChanged event.

I need react when daylight saving time kicks in or someone changes the
date/time or windows calls its time server.

Is there a way of telling why the time was changed? Distinguis between
daylight savings vs user vs time server?

Thanks,
Post.

Re: SystemEvents TimeChanged in Windows Service by Maurice

Maurice
Thu Sep 15 13:06:17 CDT 2005



There is an option on the Properties of a Windows Service to allow it to
interact with the desktop. Once this is set it will work for you.

*** Sent via Developersdex http://www.developersdex.com ***