1 #ifndef CHRONO_UTILITIES_PERIOD_H 2 #define CHRONO_UTILITIES_PERIOD_H 47 #endif // CHRONO_UTILITIES_PERIOD_H 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
Gets the days component of the period represented by the current instance.
#define CPP_UTILITIES_EXPORT
Marks the symbol to be exported by the c++utilities library.
int years() const
Gets the years component of the period represented by the current instance.
int months() const
Gets the months component of the period represented by the current instance.