1 #ifndef CHRONO_UTILITIES_PERIOD_H 2 #define CHRONO_UTILITIES_PERIOD_H 49 #endif // CHRONO_UTILITIES_PERIOD_H DateTime CPP_UTILITIES_EXPORT operator+(DateTime begin, Period period)
Adds the specified period to the specified date.
#define CPP_UTILITIES_EXPORT
Represents an instant in time, typically expressed as a date and time of day.
Contains classes providing a means for handling date and time information.
Represents a period of time.
int days() const
Returns the days component of the period represented by the current instance.
int years() const
Returns the years component of the period represented by the current instance.
int months() const
Returns the months component of the period represented by the current instance.