AdoDateTimeAsDate() Function

<< Click to Display Table of Contents >>

Navigation:  Support Functions >

AdoDateTimeAsDate() Function

Previous pageReturn to chapter overviewNext page

Purpose

Gets/sets the way Vo2Ado 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 VO 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.

 

Return

LOGIC        Current value of this setting

 

See Also

AdoDateTime, Support functions