Click or drag to resize
CMSAbstractTransformationEvalDateTime Method
Evaluates the item data and converts it to the date time.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public override DateTime EvalDateTime(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: DateTime
See Also