Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class time_duration

boost::posix_time::time_duration — Base time duration type.

Synopsis

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


class time_duration : public  {
public:
  // types
  typedef                           ;               
  typedef                 ;               
  typedef                ;              
  typedef                 ;               
  typedef                 ;               
  typedef  ;
  typedef                ;              
  typedef                ;              

  // construct/copy/destruct
  (, , ,  = );
  ();
  ();
  ();
};

Description

time_duration public construct/copy/destruct

  1. ( hour,  min,  sec, 
                   fs = );
  2. ();
  3. ( sv);
    Construct from special_values.
  4. ( tick_count);

PrevUpHomeNext