Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
dtdb
values are date values used in database
operations.
Remarks
dtdb
type date values cannot be directly instantiated in the workflow script
language neither using literal syntax, nor via a built-in method. The only way you can create
a new dtdb type date is to convert a dtl
or a dtu
date to
dtdb
using the dtl.DtlToDtdb()
or
the dtu.DtuToDtdb()
methods, respectively.
Only dtdb
type dates may be stored in the database.
dtdb
type values differ from other date values in that they do not have a
millisecond portion.
Members
Declares a date in the database as a dtu
value.
Declares a date in the database as a dtl
value.