Difference between revisions of "SessionEndTimeMS"

From MultiCharts
Jump to navigation Jump to search
m (Reverted edits by 176.8.90.7 (talk) to last revision by 194.84.116.138)
 
Line 3: Line 3:
 
Merged session extends from the earliest start time to the latest end time of all sessions merged.  
 
Merged session extends from the earliest start time to the latest end time of all sessions merged.  
 
   
 
   
http://www.buyxanaxonlinepill.com/ cheap xanax without a prescription - buy xanax
+
==== Usage ====
 +
<syntaxhighlight>SessionEndTimeMS(SessionNum)</syntaxhighlight>
  
 +
Where: [[SessionNum]] - a numerical expression specifying the Session Number
 +
 
==== Example ====
 
==== Example ====
 
Assign a value, indicating the time of the day that the 4th merged session ends, to Value1 variable:  
 
Assign a value, indicating the time of the day that the 4th merged session ends, to Value1 variable:  

Latest revision as of 12:42, 13 February 2012

Returns a numerical value, indicating the time of the day that the specified merged session in a multi-data series chart ends. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM.

Merged session extends from the earliest start time to the latest end time of all sessions merged.

Usage

SessionEndTimeMS(SessionNum)

Where: SessionNum - a numerical expression specifying the Session Number

Example

Assign a value, indicating the time of the day that the 4th merged session ends, to Value1 variable:

Value1 = SessionEnd(4);