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