Share

AcDbDate::setMsecsPastMidnight

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

AcDbDate

Previous Declaration

void setMsecsPastMidnight(long msec);

Was this information helpful?