#include <d_Timestamp.h>
Public Methods | |
| d_Timestamp () | |
| d_Timestamp (unsigned short year, unsigned short month=1, unsigned short day=1, unsigned short hour=0, unsigned short minute=0, float sec=0.0) | |
| d_Timestamp (const d_Date &) | |
| d_Timestamp (const d_Date &, const d_Time &) | |
| d_Timestamp (const d_Timestamp &) | |
| d_Timestamp & | operator= (const d_Timestamp &) |
| d_Timestamp & | operator= (const d_Date &) |
| const d_Date & | date () const |
| const d_Time & | time () const |
| unsigned short | year () const |
| unsigned short | month () const |
| unsigned short | day () const |
| unsigned short | hour () const |
| unsigned short | minute () const |
| float | second () const |
| short | tz_hour () const |
| short | tz_minute () const |
| d_Timestamp & | operator+= (const d_Interval &) |
| d_Timestamp & | operator-= (const d_Interval &) |
Static Public Methods | |
| d_Timestamp | current () |
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc1