what is the key value for built-in variable: ActualDateAndTime, CurrentTime, ActualTime?
I am trying to get the handle of build-in variables for: ActualDateAndTime, CurrentTime, ActualTime.
I am using:
handle = self.api.exchange.get_internal_variable_handle(state, CurrentTime, key_value).
Where i can find those key-values? Thanks.