actualTimeServer

actualTimeServer(): TimeStamp;

The actualTimeServer method of the Application class returns the current date and time of the server node as a timestamp value.

You can use this method, for example, to get the date and time that an event occurred on the server node for logging purposes.

Although you can use this method when running in JADE thin client mode, it is more efficient to use this method to return the current date and time of the server node when the application is not running in JADE thin client mode instead of calling the actualTime method with the serverExecution method option.

Use the actualTime method to return the current date and time relative to the current node or to the presentation client when running the application in JADE thin client mode. Alternatively, call the actualTimeAppServer method to return the current date and time of the application server when the application is running in JADE thin client mode.