"getRangeStart"

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

Synopsis

shape.getRangeStart(int idx);

Parameters

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

Description

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

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

Example

Returns the range start of the time range 1.

main()
{
  DebugN(this.getRangeStart(1));
}

Assignment

Scheduler ewo