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