EssentialsDateTime.FromRfc822 method

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

FromRfc822(string)

Static

Convert the specified RFC 822 string to an instance of EssentialsDateTime.

public static EssentialsDateTime FromRfc822(string str)

Parameters

str String

The RFC 822 string to be converted.

Returns