Method |
Description |
---|
AcDbDate::getTime (short&, short&, short&, short&) |
Gets the time past midnight 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::getTime (std::tm &) |
This method fills st with this AcDbDate's std::tm information. |
AcDbDate::getTime (SYSTEMTIME &) |
This method fills st with this AcDbDate's SYSTEMTIME information. |
AcDbDate::getTime (time_t &) |
This method fills st with this AcDbDate's time_t information. |