GetTimeAsync Method
Sends a time request to the TimeServer to get the current time.
Syntax
[VB.NET] Public Function GetTimeAsync() As Task
[C#] public Task GetTimeAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetTimeAsync MethodSends a time request to the TimeServer to get the current time. Syntax[VB.NET] Public Function GetTimeAsync() As Task [C#] public Task GetTimeAsync(); RemarksThis method is the asynchronous version of the GetTime method and is used to support asynchronous operations in WinRT. Please refer to GetTime for more information. |
||