Share

AcDbDate::setMinute

C++

ACDBCORE2D_PORT void setMinute(
    int
);

Description

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

Parameters

Parameters Description
unnamed Input minutes past the hour

Links

AcDbDate

Previous Declaration

void setMinute(

short

);

Was this information helpful?