Parses RFC 2822 date-time from the specified value.
Declaration Syntax
C# | Visual Basic | Visual 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.
Returns parsed datetime value.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when value is null. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119