List of all members.
Public Member Functions |
|
| DateTime (tm *_t) |
|
| DateTime (int month=0, int day=1, int year=0, int hour=0, int minute=0, int second=0) |
|
void | set (int month=0, int day=1, int year=0, int hour=0, int minute=0, int second=0) |
|
void | to_string (std::string &s) |
|
int | to_int () |
|
void | from_int (int i) |
|
void | from_tm (tm *tm) |
|
bool | operator== (DateTime &other) |
|
bool | operator!= (DateTime &other) |
|
void | dump () |
Static Public Member Functions |
|
static int | now () |
Public Attributes |
|
struct tm | t |
The documentation for this class was generated from the following files:
- stactiverecord/datetime.h
- stactiverecord/datetime.cpp