Purpose
This class is used by VO2Jet to store the DateTime values that are returnd by DAO.
Accesses
DateVal | The value of the date part of the DateTime object |
TimeString | The string value of the time part of the DateTime object |
TimeVal | The numeric value of the time part of the DateTime object |
Methods
AsReal8 Returns the dateTime value as Real8 (the format that is used in OLE)
AsString | Returns the dateTime value as string |
Description
The Jet engine stores dates and times in a datetime value.In VO we have no such datatype. VO2Jet has implemented this class, so you can access both the date part of a datetime field and also the time part.
By default all DateTime values are returns in the form of a DaoDateTime object.
If you want to get DateTime values in VO's date format, you can call the DaoDateTimeasDate() function with a logical argument of TRUE.
See Also
Example