"header"

Sets the header of a scheduler.ewo.

Synopsis

shape.header(string);

Parameters

Parameter Description
string The name of the header that is to be set.

Description

Sets the header of a scheduler.ewo.

Example

Sets the header of the scheduler.ewo to "Week".

main()
{
  Scheduler_ewo1.header("Week");
}

Assignment

Scheduler ewo