![]() |
Home | Libraries | People | FAQ | More |
boost::gregorian::date_duration — Durations in days for gregorian system.
// In header: <boost/date_time/gregorian/greg_duration.hpp> class date_duration : public { public: // types typedef ; // construct/copy/destruct ( = ); (); (); // public member functions () ; () ; () ; () ; () ; () ; (); (); () ; (); // public static functions (); };
date_duration
public
construct/copy/destruct( day_count = );Construct from a day count.
( sv);construct from special_values
( other);Construct from another
date_duration.