actualTime

actualTime(): TimeStamp;

The actualTime method of the Application class returns the current date and time as a timestamp.

In JADE thin client mode, this method returns a reference to the date and time relative to the presentation client. (To return the current date and time of the application server, use the actualTimeAppServer method.)

To return the date and time relative to the server node, use the actualTimeServer method instead of calling app.actualTime with the serverExecution method option, which is less efficient.