Setting the system clock

  • Thread starter Thread starter toa
  • Start date Start date
T

toa

Is it possible to set the system clock programmatically from within the .net
framework? Or do I have to create a native-code dll in C++ or the like in
order to accomplish this?

Thanks,
Torgeir
 
I don't know.
but in the worst case scenario you could probably limit yourself to interop
(search the documentation for DllImportAttribute)
 
Back
Top