29 #ifndef DATE_TIME_HEADER_GUARD
30 #define DATE_TIME_HEADER_GUARD
34 #define _CRT_SECURE_NO_WARNINGS
50 static std::string
Now (
const std::string &format =
"%H:%M:%S");
69 #endif//DATE_TIME_HEADER_GUARD
DateTime operator=(DateTime const &)
Copy assignment operator - not implemented.
~DateTime()
Destructor - void implementation.
Utilitary class providing date and time functions.
DateTime()
Default constructor - not implemented.
static std::string Now(const std::string &format="%H:%M:%S")
Returns the formatted current time.