Login/Logout time

I have used the " App.getInstance().logout(); " to log out from the system using a button but I want to track the time of log out and set the time to an attribute. Can you suggest how to achieve this?

Do you mean an attribute of an entity?
If so, use DataManager to store such entity before logging out.

Ok, will try that.

Thankyou
Regards