Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
dtl values represent dates in the company local timezone.
Remarks
In the workflow script language, new dtl value cannot be instantiated using literals. Use the
dtl.New()
method to create a dtl value.
The valid range for a dtl value is from 12:00:00 midnight, January 1, 0001 Anno Domini (Common Era) to 11:59:59 P.M., December 31, 9999 A.D. (C.E.), in the company local time.
To store a dtl in the database, you need to explicitly convert it to dtdb
type using the
dtl.DtlToDtdb()
method.
Members
Creates a new dtl with the specified date and time portions.
Creates a new dtl value that corresponds to the present date and time.
Converts a dtl value to its dtdb
equivalent.
Increases the year portion of a dtl value by a specified number.
Converts a string representation of a datetime value to its dtl equivalent.