#include <vdbl_alltype.h>
Public Methods | |
| _VDBL_dateinterval | operator- (const _VDBL_date &_v) const |
| _VDBL_date & | operator- (const _VDBL_dateinterval &_v) const |
| _VDBL_date & | operator-= (const _VDBL_dateinterval &_v) |
| _VDBL_date & | operator+ (const _VDBL_dateinterval &_v) const |
| _VDBL_date & | operator+= (const _VDBL_dateinterval &_v) |
Public Attributes | |
| int | timezone |
| int | year |
| signed char | month |
| signed char | day |
| unsigned int | seconds |
| unsigned int | microseconds |
Definition at line 175 of file vdbl_alltype.h.
|
|
These operators add or subtract time differences to a date |
|
|
These operators add or subtract time differences to a date |
|
|
These operators add or subtract time differences to a date |
|
|
This method computes the time difference between two dates. |
|
|
These operators add or subtract time differences to a date |
|
|
the date is stored as year, month, day with the time in seconds and microseconds. Definition at line 188 of file vdbl_alltype.h. |
|
|
the date is stored as year, month, day with the time in seconds and microseconds. Definition at line 190 of file vdbl_alltype.h. |
|
|
the date is stored as year, month, day with the time in seconds and microseconds. Definition at line 188 of file vdbl_alltype.h. |
|
|
the date is stored as year, month, day with the time in seconds and microseconds. Definition at line 189 of file vdbl_alltype.h. |
|
|
This defines the timezone in minutes deviation from GMT. Definition at line 181 of file vdbl_alltype.h. |
|
|
the date is stored as year, month, day with the time in seconds and microseconds. Definition at line 187 of file vdbl_alltype.h. |
1.2.18