|
SynchronizeLocalClockManualSync Method
|
Manually synchronizes local to specified date/time.
Namespace: TestingAdaptersAssembly: TestingAdapters (in TestingAdapters.dll) Version: 2.4.207-beta
Syntax [AdapterCommandAttribute("Manually synchronizes local to specified date/time.",
new string[] { ... })]
public void ManualSync(
string dateTime
)
<AdapterCommandAttribute("Manually synchronizes local to specified date/time.",
New String() { ... })>
Public Sub ManualSync (
dateTime As String
)
public:
[AdapterCommandAttribute(L"Manually synchronizes local to specified date/time.",
__gc new array<String^>^ { ... })]
void ManualSync(
String^ dateTime
)
[<AdapterCommandAttribute("Manually synchronizes local to specified date/time.",
new string[] { ... })>]
member ManualSync :
dateTime : string -> unit
function ManualSync(dateTime);
View SourceParameters
- dateTime String
-
See Also