Design Pattern Examples
Overview of object-oriented design patterns
DateTime.cpp File Reference

Implementation of the DateTime class to simplify getting the local time as a string (modeled after the C# version). More...

#include <chrono>
#include "DateTime.h"
#include "makelocaltime.h"
Include dependency graph for DateTime.cpp:

Go to the source code of this file.

Namespaces

namespace  Helpers
 The namespace containing all the "helper" functions in the C++ code.
 

Detailed Description

Implementation of the DateTime class to simplify getting the local time as a string (modeled after the C# version).

Definition in file DateTime.cpp.