LocalizeDateAsync Method
Converts a valid RFC 822 message date to local date and time.
Syntax
[VB.NET] Public Function LocalizeDateAsync(ByVal DateTime As String) As Task<string>
[C#] public Task<string> LocalizeDateAsync(string dateTime);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
LocalizeDateAsync MethodConverts a valid RFC 822 message date to local date and time. Syntax[VB.NET] Public Function LocalizeDateAsync(ByVal DateTime As String) As Task<string> [C#] public Task<string> LocalizeDateAsync(string dateTime); RemarksThis method is the asynchronous version of the LocalizeDate method and is used to support asynchronous operations in WinRT. Please refer to LocalizeDate for more information. |
||