DateTimeExtensions
.
.
::
.
.
ToRFC822DateString Method
Converts a regular DateTime to a RFC822 date string used for RSS feeds
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
string
ToRFC822DateString
(
DateTime
date
)
Parameters
date
Type:
DateTime
The date.
Return Value
The specified date formatted as a RFC822 date string.
See Also
DateTimeExtensions Class
Core Namespace