C# Class System.DatetimeExtensions

Datei anzeigen Open project: inspira/Web.Generics

Public Methods

Method Description
ToRFC822Date ( this dt ) : string

Converts the DateTime object to a RFC-822 compliant string.

Method Details

ToRFC822Date() public static method

Converts the DateTime object to a RFC-822 compliant string.
public static ToRFC822Date ( this dt ) : string
dt this
return string