SessionStartTime (Reserved Word)

image\trumpet2.gif Disclaimer

Used with session information to refer to the time that the specified session starts. Returns a numeric value for the time of the day the specified session starts: (930 = 9:30am)

Usage

SessionStartTime(SessionType, SessionNum)

Parameters

Name Description
SessionType A numeric value. 0 = Auto Detect, 1 = Regular Session
SessionNum A numeric value. Session Number to Reference

Remarks

SessionType - Specifies the type of session information that should be returned. The type parameter may be specified as follows:

  • Auto-Detect Session – [0, AutoSession] - uses whatever session is specified for the data series; regular or custom

  • Regular Session – [1, RegularSession] - regular session information should always be returned

SessionNum – Specifies the specific session that should be returned.

This value ranges from 1 to the maximum number of sessions. Session numbers are available on the Format Symbols Properties dialog.

Examples

Assign to Value1 the start time for the 3rd regular session.

Value1 = SessionStartTime(1,3);