C++ Utilities  5.10.5
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Classes | Namespaces | Functions
period.h File Reference
#include "./datetime.h"
Include dependency graph for period.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CppUtilities::Period
 Represents a period of time. More...
 

Namespaces

 CppUtilities
 Contains all utilities provides by the c++utilities library.
 

Functions

CPP_UTILITIES_EXPORT DateTime CppUtilities::operator+ (DateTime begin, Period period)
 Adds the specified period to the specified date. More...