LLMJVM_IMPL founction

There is a function called LLMJVM_IMPL_setApplicationTime. How does this get called from Java?

Hi @amkoullel,

The function LLMJVM_IMPL_setApplicationTime can be called from the java with:

ej.bon.Util.setCurrentTimeMillis()

This function sets the application time.
This time does not change the platform time. 

So when getting a time with ej.bon.Util.platformTimeMillis() it won’t change.

But when getting the time with ej.bon.Util.currentTimeMillis() or System.currentTimeMillis() you will get the one you had set.

Regards,