.
C# Signature:
[DllImport("kernel32.dll")]
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!
Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.
10/30/2013 4:14:23 AM - dahall-65.129.36.108
Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.
10/30/2013 4:14:23 AM - dahall-65.129.36.108
