boost::posix_time::seconds
// In header: <boost/date_time/posix_time/posix_time_duration.hpp> class seconds : public { public: // construct/copy/destruct template<typename T> (, = ); };
Allows expression of durations as a seconds count The argument must be an integral type
seconds
template<typename T> ( s, = );