Rfc822Utils.Parse method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time.Rfc822 |
---|---|
Assembly | Skybrud.Essentials.dll |
Parse(string)
Static
Converts the specified rfc822
formatted date to a corresponding instance of DateTimeOffset .
public static DateTimeOffset Parse(string rfc822)
Parameters
rfc822
String
The string with the RFC 822 formatted date.
Returns
An instance of DateTimeOffset .