LocalizeDate Method

Converts a valid RFC 822 message date to local date and time.

Syntax

public string LocalizeDate(string dateTime);
Public Function LocalizeDate(ByVal DateTime As String) As String

Remarks

This method can be used to convert an RFC 822 date/time string to the corresponding local date and time.

Dates will be returned in the format: "MM/dd/yyyy hh:mm:ss".

.NET Standard Notes

To call this method in an asynchronous manner call LocalizeDateAsync instead. When the method completes (or an error is encountered) the LocalizeDateCompleted event will fire.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 .NET Edition - Version 20.0 [Build 7718]