Share

AcDbDate::setHour

C++

ACDBCORE2D_PORT void setHour(
    int
);

Description

Sets hour to be the hour of the day portion of the AcDbDate object's value. Must be in the range 0 to 23.

Parameters

Parameters Description
unnamed Input hour value

Links

AcDbDate

Previous Declaration

void setHour(

short

);

Was this information helpful?