views:

135

answers:

3

How can I update the system time using Visual Studio with C#(.Net)??

+1  A: 

This should work.

Process.Start("time", "12:00:00");
Jeff Martin
A: 

Check on http://techdotnets.blogspot.com/

-1: This is a link to a blog with many posts, in which post is the answer to the question?
Örjan Jämte