System Time Changes Seen by C# DLL

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

How can I get my C# DLL to be aware of changes to the system date/
time? I am familiar with using WM_TIMECHANGE in a C++ app but how do I
get a C# DLL to see the same message?

Thanks,
Mike
 
Back
Top