Update System Time

  • Thread starter Thread starter QQ
  • Start date Start date
QQ,

You will have to call the SetSystemTime API call through the P/Invoke
layer. You will also have to define the SYSTEMTIME structure, and perform a
conversion from DateTime to SYSTEMTIME (which should be easy enough).

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top