SessionStartTimeMS

From MultiCharts
Revision as of 12:30, 24 January 2012 by 194.84.116.138 (talk) (Created page with "Returns a numerical value, indicating the time of the day that the specified merged session in a multi-data series chart starts. The time is indicated in the 24-hour HHmm form...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns a numerical value, indicating the time of the day that the specified merged session in a multi-data series chart starts. 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

SessionStartTimeMS(SessionNum)

Where: SessionNum - a numerical expression specifying the Session Number

Example

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

Value1 = SessionStartTimeMS(4);