C++
void setMsecsPastMidnight( Adesk::Int32 msec );
Description
Sets msec to be the milliseconds past midnight (not milliseconds past the second) value for the AcDbDate object. msec must be in the range 0 to 86,399,999.
Parameters
Parameters | Description |
---|---|
msec | Input milliseconds past midnight |
Links
Previous Declaration
void setMsecsPastMidnight(long msec);