how to set windows system time with C#
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I want to set our windows system time by my application but I don't know how to do that. Please help me. Thanks too much
For example by using the built-in time command like this:
string timeToSet = "12:05";
Process.Start("cmd", "/c time "+timeToSet);Regards, mav -- Black holes are the places where god divided by 0...