Difference between revisions of "CurrentTime"

From MultiCharts
Jump to navigation Jump to search
Line 2: Line 2:
 
   
 
   
 
==== Usage ====
 
==== Usage ====
[[CurrentTime]]
+
<syntaxhighlight>CurrentTime</syntaxhighlight>
+
 
 
==== Example ====
 
==== Example ====
 
<syntaxhighlight>CurrentTime  will return a value of 1015 for 10:15 AM  
 
<syntaxhighlight>CurrentTime  will return a value of 1015 for 10:15 AM  

Revision as of 11:59, 20 January 2012

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

Usage

CurrentTime

Example

CurrentTime  will return a value of 1015 for 10:15 AM 

CurrentTime  will return a value of 1545 for 3:45 PM