#include "boost/date_time/gregorian/greg_duration_types.hpp"
#include "boost/date_time/posix_time/ptime.hpp"
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::posix_time | |
Defines a non-adjusted time system with nano-second resolution and stable calculation properties. | |
Functions | |
ptime | boost::posix_time::operator+ (const ptime &t, const boost::gregorian::months &m) |
Adds a months object and a ptime. More... | |
ptime | boost::posix_time::operator+= (ptime &t, const boost::gregorian::months &m) |
Adds a months object to a ptime. More... | |
ptime | boost::posix_time::operator- (const ptime &t, const boost::gregorian::months &m) |
Subtracts a months object and a ptime. More... | |
ptime | boost::posix_time::operator-= (ptime &t, const boost::gregorian::months &m) |
Subtracts a months object from a ptime. More... | |
ptime | boost::posix_time::operator+ (const ptime &t, const boost::gregorian::years &y) |
Adds a years object and a ptime. More... | |
ptime | boost::posix_time::operator+= (ptime &t, const boost::gregorian::years &y) |
Adds a years object to a ptime. More... | |
ptime | boost::posix_time::operator- (const ptime &t, const boost::gregorian::years &y) |
Subtracts a years object and a ptime. More... | |
ptime | boost::posix_time::operator-= (ptime &t, const boost::gregorian::years &y) |
Subtracts a years object from a ptime. More... | |