AdoDateTime Class

<< Click to Display Table of Contents >>

Navigation:  Support Classes >

AdoDateTime Class

Previous pageReturn to chapter overviewNext page

Purpose

This class is used by Xs2Ado to store the DateTime values that are returned by ADO.

 

Prototype

CLASS AdoDateTime

 

Constructor

Init()        Create a new object of type AdoDateTime

 

Properties

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

 

 

Method

 

AsReal8()        Returns the dateTime value as Real8

AsString()        Returns the dateTime value as String

 

 

Example(s)

 

 

See Also

Support Classes