BaseInfoGetDateTimeValue Method |
Gets the DateTime value from the object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public virtual DateTime GetDateTimeValue(
string columnName,
DateTime defaultValue
)
Parameters
- columnName
- Type: SystemString
Column name - defaultValue
- Type: SystemDateTime
Default value
Return Value
Type:
DateTimeSee Also