"getRangeEnd"

Returns the range end of a scheduler time range (time bar).

Synopsis

shape.getRangeEnd(int idx);

Parameters

Parameter Description
idx The index of the time range whose range end should be returned. Starts with 0.

Description

Returns the range end of a scheduler time range (time bar).

Note that the function returns the end time of the time range but not the DATE.

Example

Returns the range end of the time range 0.

main()
{
  DebugN(this.getRangeEnd(0));
}

Assignment

Scheduler ewo