project_end

specifies the end date of a project

Date|undefined project_end;

Example

gantt.config.project_end = new Date(2019, 2, 1);

Related samples

Details

This functionality is available in the PRO edition only.

The value of this config can be used as the default end date of new tasks, when backward scheduling is enabled.

See also
Back to top