+1 888 340 6572

Time s: Difference between revisions

From MultiCharts
No edit summary
Line 1: Line 1:
Returns a numerical value indicating the closing time, including seconds, of the current bar. The time is indicated in the 24-hour HHmmss format, where 130000 = 1:00:00 PM.  
Returns a numerical value indicating the closing time, including seconds, of the current bar. The time is indicated in the 24-hour ''HHmmss'' format, where 130000 = 1:00:00 PM.  
   
   
==== Usage ====
== Usage ==
<syntaxhighlight>Time_s</syntaxhighlight>
<syntaxhighlight>Time_s</syntaxhighlight>


==== Example ====
== Notes ==
<syntaxhighlight>Time_s  will return a value of 101525 for 10:15:25 AM
* See the category [[:Category:Date_and_Time_Routines|Date and Time Routines]] for working with time in PowerLanguage.
 
Time_s  will return a value of 154500 for 3:45:00 PM</syntaxhighlight>


== Examples ==
<syntaxhighlight>Time_s</syntaxhighlight>
* Will return a value of 101525 for 10:15:25 AM,
* Will return a value of 154500 for 3:45:00 PM.


[[Category:Data Information/General]]
[[Category:Data Information/General]]