TransformationHelperGetAtomDateTime Method |
Gets time according to RFC 3339 for Atom feeds.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
Syntax public string GetAtomDateTime(
Control control,
Object dateTime
)
Parameters
- control
- Type: System.Web.UIControl
Control containing ITimeZoneManager - dateTime
- Type: SystemObject
DateTime object to format
Return Value
Type:
StringFormatted date
See Also