How can i change System Date?

  • Thread starter Thread starter Alexey Golikov
  • Start date Start date
Hi Alexey

Setting the system time is a priviledged task and should not
be done by users or normal applications.....

It is best to configure your Windows to use
an NTP time server on the internet.
Many users do this, thus there will be a conflict
if your application also tries to change the time.


And there is no method in .NET, use the Win32 API :
SetSystemTime or SetLocalTime
with .NET PInvoke like:
http://www.google.com/groups?selm=n66173JvCHA.2276@cpmsftngxa09
 

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