Share

AcDbDate::setSecond

C++

ACDBCORE2D_PORT void setSecond(
    int
);

Description

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

Parameters

Parameters Description
unnamed Input seconds past the hour value

Links

AcDbDate

Previous Declaration

void setSecond(

short

);

Was this information helpful?