How can I Change Local System DateTime Programatically with C# ?
|
7
|
|
|
|
|
|
Here is where I found the answer. I have reposted it here to improve clarity. Define this structure:
Add the following
Then call the method with an instance of your struct like this:
|
||||||||||||
|
|
|
Since I mentioned it in a comment, here's a C++/CLI wrapper:
The C# client code is now very simple:
|
||
|
|
|
|
You can use a call to a DOS command but the invoke of the function in the windows dll is a better way to do it.
|
||
|
|
|
|
One of the many links found when you google "c# change system date". |
||||||
|
|
|
Both require that the caller has been granted SeSystemTimePrivilege and that this privilege is enabled. |
|||
|
|
