.
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.
9/30/2021 1:01:31 PM - -45.137.113.229
Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.
9/30/2021 1:01:31 PM - -45.137.113.229
