Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class minutes

boost::posix_time::minutes

Synopsis

// In header: <boost/date_time/posix_time/posix_time_duration.hpp>


class minutes : public  {
public:

  // public member functions
  template<typename T> 
    (, 
                      = );
};

Description

Allows expression of durations as a minute count The argument must be an integral type

minutes public member functions

  1. template<typename T> 
      ( m, 
                        = );

PrevUpHomeNext