#include <vdbl_alltype.h>
Public Member Functions | |
_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 186 of file vdbl_alltype.h.
_VDBL_date& _VDBL_date::operator+ | ( | const _VDBL_dateinterval & | _v | ) | const |
These operators add or subtract time differences to a date
_VDBL_date& _VDBL_date::operator+= | ( | const _VDBL_dateinterval & | _v | ) |
These operators add or subtract time differences to a date
_VDBL_date& _VDBL_date::operator- | ( | const _VDBL_dateinterval & | _v | ) | const |
These operators add or subtract time differences to a date
_VDBL_dateinterval _VDBL_date::operator- | ( | const _VDBL_date & | _v | ) | const |
This method computes the time difference between two dates.
_VDBL_date& _VDBL_date::operator-= | ( | const _VDBL_dateinterval & | _v | ) |
These operators add or subtract time differences to a date
signed char _VDBL_date::day |
the date is stored as year, month, day with the time in seconds and microseconds.
Definition at line 199 of file vdbl_alltype.h.
unsigned int _VDBL_date::microseconds |
the date is stored as year, month, day with the time in seconds and microseconds.
Definition at line 201 of file vdbl_alltype.h.
signed char _VDBL_date::month |
the date is stored as year, month, day with the time in seconds and microseconds.
Definition at line 199 of file vdbl_alltype.h.
unsigned int _VDBL_date::seconds |
the date is stored as year, month, day with the time in seconds and microseconds.
Definition at line 200 of file vdbl_alltype.h.
This defines the timezone in minutes deviation from GMT.
Definition at line 192 of file vdbl_alltype.h.
int _VDBL_date::year |
the date is stored as year, month, day with the time in seconds and microseconds.
Definition at line 198 of file vdbl_alltype.h.