#include <dbtime.h>
Public Member Functions | |
| dbtime () | |
| void | readsw (const string &swtime) |
| string | aceTime () const |
Static Public Member Functions | |
| static void | convert (const char str[4], char dig[3]) |
Static Public Attributes | |
| static const char *const | mstr2dig [24] |
Private Attributes | |
| string | year |
| string | date |
| string | month |
| dbtime::dbtime | ( | ) | [inline] |
| void dbtime::readsw | ( | const string & | swtime | ) |
| string dbtime::aceTime | ( | ) | const |
| void dbtime::convert | ( | const char | str[4], | |
| char | dig[3] | |||
| ) | [static] |
const char *const dbtime::mstr2dig [static] |
Initial value:
{"JAN", "01", "FEB", "02",
"MAR", "03", "APR", "04", "MAY", "05", "JUN", "06", "JUL", "07",
"AUG", "08", "SEP", "09", "OCT", "10", "NOV", "11", "DEC", "12"}
Referenced by convert().
string dbtime::year [private] |
string dbtime::date [private] |
string dbtime::month [private] |
1.5.6