AdoDateTimeAsDate() Function

<< Click to Display Table of Contents >>

Navigation:  Support Functions >

AdoDateTimeAsDate() Function

Previous pageReturn to chapter overviewNext page

Purpose

Gets/sets the way Xs2Ado in which returns DateTime values from the Jet engine.

 

Prototype

FUNCTION AdoDateTimeAsDate ( lDate )  AS LOGIC

 

Argument(s)

lDate        (Optional) Logical value. When set to TRUE, all datetime values from ADO are returned as X# Dates.Time information is lost when using this conversion. When set to FALSE, all DateTime values from Jet are returned as AdoDateTime objects. These objects store information about both the date and the time.
The default value for AdoDateTimeAsDate is FALSE

 

Return

LOGIC        Current value of this setting

 

See Also

AdoDateTime, Support functions