Share

AcDbDate::setJulianDate

C++

void setJulianDate(
    Adesk::Int32 julianDay, 
    Adesk::Int32 msec
);

Description

Sets the Julian day value of the AcDbDate object to julianDay and the milliseconds past midnight value of the Date object to msec. The Julian day is a number from 1 to 366.

Parameters

Parameters Description
julianDay Input date's Julian day value
msec Input date's millisecond value

Links

AcDbDate

Previous Declaration

void setJulianDate(long julianDay, long msec);

Was this information helpful?