#include <CDB.h>
Public Member Functions | |
CDBtime (const struct tm &t) | |
CDBtime (const CDBtime &c) | |
CDBtime () | |
CDBtime & | operator= (const struct tm &t) |
CDBtime & | operator= (const CDBtime &c) |
int | operator== (const CDBtime &c) |
Static Public Member Functions | |
static CDBtime | now () |
Get current time. | |
Data Fields | |
int | hour |
int | minute |
int | msecond |
int | second |
This class defines a abstract type for simple time. It has a resolution up to seconds.
|
|
|
|
|
|
|
Get current time. This method returns a CDBtime object with the current time. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|