Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

_VDBL_date Class Reference
[Classes and types for internal use]

The VDBL date class. More...

#include <vdbl_alltype.h>

List of all members.

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


Detailed Description

The date base class for the database

Definition at line 175 of file vdbl_alltype.h.


Member Function Documentation

_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


Member Data Documentation

signed char _VDBL_date::day
 

the date is stored as year, month, day with the time in seconds and microseconds.

Definition at line 188 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 190 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 188 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 189 of file vdbl_alltype.h.

int _VDBL_date::timezone
 

This defines the timezone in minutes deviation from GMT.

Definition at line 181 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 187 of file vdbl_alltype.h.


The documentation for this class was generated from the following file:
Generated on Tue Nov 4 01:29:24 2003 for Vienna Database Library by doxygen1.2.18