How to save the time of a vertical line in a variable?
-
Can anyone help me with how to save the time of a vertical line that I had plotted on the graph in a variable?
Here is the example project:

-
The time you have is seconds since 1970, use this to convert:
TimeToString( Your value,TIME_MINUTES); -
great work fine, thankssss @jstap thankss