SetSystemTime (kernel32)
Last changed: -61.90.144.146

.
Summary
Sets the current system time and date.

C# Signature:

[ DllImport("kernel32.dll")]private static extern bool
SetSystemTime(ref SYSTEMTIME time);

User-Defined Types:

SYSTEMTIME

Notes:

Fill-in an instance of the SYSTEMTIME struct and call SetSystemTime(ref obj), where obj is the instance of your struct.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation