C++ UTC Time Library
A class to hold UTC times, and associated functionality.
|
Thrown when an invalid date is provided to the constructor.
#include <utctime.h>
Public Member Functions | |
invalid_date (const std::string &msg) | |
Constructor. | |
![]() | |
UTCTimeException (const std::string msg="No error message") | |
Constructor. | |
virtual | ~UTCTimeException () |
Destructor. | |
const std::string & | what () const |
Returns an error message. |