"numDays";

Sets the number of days for a scheduler ewo.

Synopsis

shape.numDays(int);

Parameters

Parameter Description
int The number of days.

Description

Sets the number of days for a scheduler ewo.

Example

Sets the number of days to 7.

main()
{
  this.numDays(7);
}

Assignment

Scheduler ewo