TimeUtils.Rfc822ToDateTime method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Time
Assembly Skybrud.Essentials.dll

Rfc822ToDateTime(string)

Static

Converts the specified rfc822 date to an instance of DateTime .

public static DateTime Rfc822ToDateTime(string rfc822)

Parameters

rfc822 String

The string with the RFC 822 formatted string.

Returns

An instance of DateTime .