|
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.207-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 EnableSystemTimePrivilege
public:
[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 SourceSee Also