Share

AcDbDate::setMillisecond

C++

ACDBCORE2D_PORT void setMillisecond(
    int
);

Description

Sets msec to be the AcDbDate object's milliseconds past the second value (the second is the second past the minute past the hour past midnight). Must be in the range 0 to 999.

Parameters

Parameters Description
unnamed Input milliseconds past the second

Links

AcDbDate

Previous Declaration

void setMillisecond(

short

);

Was this information helpful?