Click or drag to resize
BaseInfoGetDateTimeValue Method
Gets the DateTime value from the object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual DateTime GetDateTimeValue(
	string columnName,
	DateTime defaultValue
)

Parameters

columnName
Type: SystemString
Column name
defaultValue
Type: SystemDateTime
Default value

Return Value

Type: DateTime
See Also