#include <types.h>
Inheritance diagram for odbc::Time:
time_t
value. time_t
value of 1970-01-01
at this time. HH:MM:SS
format.
odbc::Time::Time | ( | ) | [explicit] |
Constructor.
Sets the time to now.
odbc::Time::Time | ( | std::time_t | t | ) |
Constructor.
Sets the time to the specified time_t
value.
odbc::Time::Time | ( | const std::string & | str | ) |
Constructor.
Sets the time to the specified string in the HH:MM:SS
format.