Rfc2822Utils.Parse method

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

Parse(string)

Static

Converts the specified rfc2822 formatted date to a corresponding instance of DateTimeOffset .

public static DateTimeOffset Parse(string rfc2822)

Parameters

rfc2822 String

The string with the RFC 2822 formatted date.

Returns

An instance of DateTimeOffset .