Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

time_traits< boost::posix_time::ptime >::subtract

Subtract one time from another.

static duration_type subtract(
    const time_type & t1,
    const time_type & t2);

PrevUpHomeNext