Click or drag to resize
DataComFormLayoutCreateLastModifiedLiteral Method
Creates a control with localized date and time of last Data.com contact (or company) modification, and retuns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
protected Literal CreateLastModifiedLiteral(
	DateTime value
)

Parameters

value
Type: SystemDateTime
Date and time of last Data.com contact (or company) modification.

Return Value

Type: Literal
A control with localized date and time of last Data.com contact (or company) modification.
See Also