XML-RPC dateTime.iso8601 type. More...
#include <value_type.h>
Classes | |
class | Malformed_iso8601 |
Malformed dateTime.iso8601 format exception. More... | |
Public Member Functions | |
Date_time (const struct tm *) | |
Date_time (const std::string &dateTime_iso8601) | |
Date_time (bool localtime) | |
struct tm & | get_tm () const |
const std::string & | to_string () const |
Value_type * | clone () const |
const std::string & | type_name () const |
void | apply_visitor (Value_type_visitor &) const |
XML-RPC dateTime.iso8601 type.