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