Represents a timestamp composed of a date and a time encoded in a time_t value. Provides ways of gett...
DateTime & operator=(const DateTime &e)
Copy operator. Copy from another DateTime.
static DateTime Now()
Return the current date and time.
DateTime(const DateTime &e)
Copy constructor. Construct from another DateTime.
DateTime(time_t _timestamp)
Constructor that takes a time_t.
DateTime()
Default constructor.
std::string ToString()
Format the DateTime as a string. The format is "standard" (in this case, preset to 02/22/2023 10:26:1...
The namespace containing all the "helper" functions in the C++ code.