| CMSAbstractTransformationGetRSSDateTime Method | 
            Gets time according to RFC 822 for RSS feeds.
            
 
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
 Syntax
Syntaxpublic string GetRSSDateTime(
	Object dateTime
)
Parameters
- dateTime
- Type: SystemObject
 DateTime object to format
Return Value
Type: 
StringFormatted date
 See Also
See Also