Click or drag to resize
CMSAbstractTransformationGetAtomDateTime Method
Gets time according to RFC 3339 for Atom feeds.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public string GetAtomDateTime(
	Object dateTime
)

Parameters

dateTime
Type: SystemObject
DateTime object to format

Return Value

Type: String
Formatted date
See Also