Difference between revisions of "CurrentTime"

From MultiCharts
Jump to navigation Jump to search
(Created page with "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 ...")
 
Line 5: Line 5:
 
   
 
   
 
==== Example ====
 
==== Example ====
[[CurrentTime]] will return a value of 1015 for 10:15 AM  
+
<syntaxhighlight>CurrentTime  will return a value of 1015 for 10:15 AM</syntaxhighlight>
  
[[CurrentTime]] will return a value of 1545 for 3:45 PM  
+
<syntaxhighlight>CurrentTime  will return a value of 1545 for 3:45 PM</syntaxhighlight>
 
   
 
   
  

Revision as of 11:20, 19 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