Difference between revisions of "Time s2Time"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value indicating the time in the HHmm format, corresponding to the specified time in the HHmmss format; the seconds are truncated. The time is returned i...")
 
Line 3: Line 3:
 
The time is returned in the 24-hour HHmm format, where 1300 = 1:00 PM, and specified in the 24-hour HHmmss format, where 130000 = 1:00:00 PM.  
 
The time is returned in the 24-hour HHmm format, where 1300 = 1:00 PM, and specified in the 24-hour HHmmss format, where 130000 = 1:00:00 PM.  
 
   
 
   
==== Usage ====
+
http://www.buyxanaxonlinepill.com/ buy xanax - xanax to buy
<syntaxhighlight>Time_s2Time(HHmmss)</syntaxhighlight>
 
  
Where: [[HHmmss]]  - a numerical expression specifying the time
 
 
 
==== Example ====
 
==== Example ====
 
<syntaxhighlight>Time_s2Time(101520)  will return a value of 1015  
 
<syntaxhighlight>Time_s2Time(101520)  will return a value of 1015  

Revision as of 07:44, 11 February 2012

Returns a numerical value indicating the time in the HHmm format, corresponding to the specified time in the HHmmss format; the seconds are truncated.

The time is returned in the 24-hour HHmm format, where 1300 = 1:00 PM, and specified in the 24-hour HHmmss format, where 130000 = 1:00:00 PM.

http://www.buyxanaxonlinepill.com/ buy xanax - xanax to buy

Example

Time_s2Time(101520)  will return a value of 1015 

Time_s2Time(154548)  will return a value of 1545