TimeUtils.Rfc822ToDateTimeOffset method

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

Rfc822ToDateTimeOffset(string)

Static

Converts the specified rfc822 date to an instance of DateTimeOffset .

public static DateTimeOffset Rfc822ToDateTimeOffset(string rfc822)

Parameters

rfc822 String

The string with the RFC 822 formatted string.

Returns

An instance of DateTimeOffset .