C++ Utilities 5.24.8
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
Namespaces | Functions
period.cpp File Reference
#include "./period.h"
Include dependency graph for period.cpp:

Go to the source code of this file.

Namespaces

namespace  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.