#include <CDB.h>
Public Member Functions | |
| CDBdate (const struct tm &t) | |
| CDBdate (const CDBdate &c) | |
| CDBdate () | |
| CDBdate & | operator= (const struct tm &t) |
| CDBdate & | operator= (const CDBdate &c) |
| int | operator== (const CDBdate &c) |
Static Public Member Functions | |
| static CDBdate | now () |
| Get current date. | |
Data Fields | |
| int | day |
| int | month |
| int | year |
This class defines a abstract type for simple calender date. It has a resolution up to day's.
|
|
|
|
|
|
|
|
|
|
|
Get current date. This method returns a CDBdate object with the current date. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4