|
SynchronizeLocalClockEnableSystemTimePrivilege Method
|
Attempts to enable system time privilege for the current process. Privilege must be already granted.
Namespace: TestingAdaptersAssembly: TestingAdapters (in TestingAdapters.dll) Version: 2.4.258-beta
Syntax[AdapterCommandAttribute("Attempts to enable system time privilege for the current process. Privilege must be already granted.",
new string[] { ... })]
public void EnableSystemTimePrivilege()<AdapterCommandAttribute("Attempts to enable system time privilege for the current process. Privilege must be already granted.",
New String() { ... })>
Public Sub EnableSystemTimePrivilegepublic:
[AdapterCommandAttribute(L"Attempts to enable system time privilege for the current process. Privilege must be already granted.",
__gc new array<String^>^ { ... })]
void EnableSystemTimePrivilege()[<AdapterCommandAttribute("Attempts to enable system time privilege for the current process. Privilege must be already granted.",
new string[] { ... })>]
member EnableSystemTimePrivilege : unit -> unit function EnableSystemTimePrivilege();
View Source
See Also