Click or drag to resize
TransformationHelperGetRSSDateTime Method
Gets time according to RFC 822 for RSS feeds.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string GetRSSDateTime(
	Control control,
	Object dateTime
)

Parameters

control
Type: System.Web.UIControl
Control containing ITimeZoneManager
dateTime
Type: SystemObject
DateTime object to format

Return Value

Type: String
Formatted date
See Also