I would like to get the Clock value set in RAPID during runtime of the controller.
How can I access this value on visual studio, I realize that it cannot be raed as RapidData because it is not declared as a PERSISTENT variable.
You can get/set the Controller.DateTime property with a valid Date datatype value. You can read but not set the date/time via RAPID using CDate() or CTime().