Share

AcDbDate::subtract

C++

const AcDbDate& subtract(
    const AcDbDate & date
);

Description

Subtracts date from this date, places the difference in this AcDbDate object, and returns a reference to this AcDbDate object.

Parameters

Parameters Description
date Input AcDbDate object to subtract date from

Links

AcDbDate

Was this information helpful?