"getRangeColor"
Returns the rangeColor of a scheduler time range (time bar).
Synopsis
shape.getRangeColor(int idx);
Parameters
Parameter | Description |
---|---|
idx | The index of the time range whose color should be returned. Starts with 0. |
Description
Returns the rangeColor of a scheduler time range (time bar).
Example
Returns the color of the time range 1.
main()
{
DebugN(this.getRangeColor(1));
}
Assignment
Scheduler ewo