SessionStartDay (Reserved Word)
Used with session information to refer to the day that the specified session starts. Returns a numeric value for the day of the week the specified session starts: (0 = Sunday, 1 = Monday, etc.)
Usage
SessionStartDay(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 is 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 day for the 3rd regular session.
Value1 = SessionStartDay(1,3);