C++
Acad::ErrorStatus resetTimes();
Description
This function resets the AcDbDatabase TDCREATE, TDUPDATE, TDINDWG, and TDUSRTIMER to the settings for a new drawing (TDCREATE and TDUPDATE to the current date/time, and TDINDWG and TDUSRTIMER to 0).
Returns
Acad::eOk if successful.