Difference between revisions of "CurrentTime s"

From MultiCharts
Jump to navigation Jump to search
Line 5: Line 5:
 
   
 
   
 
==== Example ====
 
==== Example ====
<syntaxhighlight>CurrentTime_s  will return a value of 101525 for 10:15:25 AM</syntaxhighlight>
+
<syntaxhighlight>CurrentTime_s  will return a value of 101525 for 10:15:25 AM
  
<syntaxhighlight>CurrentTime_s  will return a value of 154500 for 3:45:00 PM</syntaxhighlight>  
+
CurrentTime_s  will return a value of 154500 for 3:45:00 PM</syntaxhighlight>  
 
   
 
   
  
  
 
[[Category:Date and Time Routines]]
 
[[Category:Date and Time Routines]]

Revision as of 12:19, 19 January 2012

Returns a numerical value indicating the computer's current time, including seconds. The time is indicated in the 24-hour HHmmss format, where 130000 = 1:00:00 PM.

Usage

CurrentTime_s

Example

CurrentTime_s  will return a value of 101525 for 10:15:25 AM

CurrentTime_s  will return a value of 154500 for 3:45:00 PM