GetAndSetTimeAsync Method
Same as the GetTime method, but system clock is also set to the received time.
Syntax
[VB.NET] Public Function GetAndSetTimeAsync() As Task
[C#] public Task GetAndSetTimeAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetAndSetTimeAsync MethodSame as the GetTime method, but system clock is also set to the received time. Syntax[VB.NET] Public Function GetAndSetTimeAsync() As Task [C#] public Task GetAndSetTimeAsync(); RemarksThis method is the asynchronous version of the GetAndSetTime method and is used to support asynchronous operations in WinRT. Please refer to GetAndSetTime for more information. |
||