"getDayColor"

Returns the color of a scheduler ewo time bar.

Synopsis

shape.getDayColor(int idx);

Parameters

Parameter Description
idx The index of the time bar. Starts with 1.

Description

Returns the color of a scheduler ewo time bar.

Example

Returns the color of a scheduler ewo time bar with the index 1.

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

Assignment

Scheduler ewo