Converts the supplied DateTime to its equivalent RFC-822 DateTime string representation.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string ToRfc822DateTime(
	DateTime dateTime
)
Public Shared Function ToRfc822DateTime ( _
	dateTime As DateTime _
) As String
public:
static String^ ToRfc822DateTime (
	DateTime dateTime
)

Parameters

dateTime
DateTime
The DateTime to convert.

Return Value

The equivalent RFC-822 DateTime string representation.

See Also