Method | Description | |
---|---|---|
SetSystemTime ( System.DateTime dateTime ) : void |
Sets the system time to the provided value.
|
Method | Description | |
---|---|---|
LinuxSetSystemTime ( System.DateTime dateTime ) : void |
Sets the system time for Linux systems.
|
|
SetLocalTime ( SYSTEMTIME &time ) : bool | ||
SetSystemTime ( SYSTEMTIME &time ) : bool | ||
Win32SetSystemTime ( System.DateTime dateTime ) : void |
Sets the system time for Windows systems.
|
public static SetSystemTime ( System.DateTime dateTime ) : void | ||
dateTime | System.DateTime | The |
return | void |