"removeAllRanges"

Deletes all available time ranges (time bars).

Synopsis

shape.removeAllRanges(int idx);

Parameter

Parameter Description
shape Name of the object.

Description

Deletes all available time ranges (time bars).

Example

main()
{
  this.removeAllRanges();
}

Assignment

Scheduler.ewo