Share

setTime Method

Overload List

Method Description
AcDbDate::setTime (int, int, int, int) Sets the time past midnight for the AcDbDate object through the parameters hour, min, sec, and msec. hour is in the range 0 to 23. min is in the range 0 to 59. sec is in the range 0 to 59. msec is in the range 0 to 999.
AcDbDate::setTime (std::tm &) This is setTime, a member of class AcDbDate.
AcDbDate::setTime (SYSTEMTIME &) This method sets this AcDbDate from the information in st.

Was this information helpful?