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