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

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: DateTime
See Also