Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
dtu
values represent dates in the UTC timezone.
Remarks
In the workflow script language, new dtu values cannot be instantiated using literals.
Use the dtu.New()
method to create a dtu value.
The valid range for a dtu 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.).
To store a dtu
in the database, you need to explicitly convert it to
dtdb
type using the dtu.DtuToDtdb()
method.
Members
Creates a new dtu value with the specified date and time portions.
Creates a new dtu
value that corresponds to the present date and time.
Converts a dtu object to its dtdb
equivalent.
Increases the year portion of a dtu value by a specified number.
Converts a string representation of a datetime value to its dtu equivalent.