LumiSoft Net Help
ParseRfc2822DateTime Method (value)
NamespacesLumiSoft.Net.MIMEMIME_UtilsParseRfc2822DateTime(String)
Parses RFC 2822 date-time from the specified value.
Declaration Syntax
C#Visual BasicVisual C++F#
public static DateTime ParseRfc2822DateTime(
	string value
)
Public Shared Function ParseRfc2822DateTime ( 
	value As String
) As DateTime
public:
static DateTime ParseRfc2822DateTime(
	String^ value
)
static member ParseRfc2822DateTime : 
        value : string -> DateTime 
Parameters
value (String)
RFC 2822 date-time string value.
Return Value
DateTime
Returns parsed datetime value.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when value is null.
ArgumentExceptionIs raised when any of the arguments has invalid value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119