CreateOdbctime()

Creates a time object for use with ODBC

Usage

DATE = CreateOdbctime( date )
Argument Summary
date date object

Calling

Supports named-parameter calling allowing you to use the function like:

CreateOdbctime(
   date=?
);

Supports passing parameters as a structure using ArgumentCollection:

CreateOdbctime( ArgumentCollection={
   date : ?
} );