Share

AcDbDate::setYear

C++

ACDBCORE2D_PORT void setYear(
    int
);

Description

Sets year to be the year part of the Julian date in the AcDbDate object in standard format, such as 1998.

Parameters

Parameters Description
unnamed Input year value

Links

AcDbDate

Previous Declaration

void setYear(

short

);

Was this information helpful?