Sets a column to a DECL_DATETIME value.
public virtual bool SetDateTime( const char * cname, DECL_DATETIME * value )
cname The name of the column.
value The DECL_DATETIME value. Passing NULL is equivalent to calling the SetNull method.
True on success; otherwise, returns false.