project_end

设置项目的结束日期

Date|undefined project_end;

Example

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

Related samples

Details

此功能仅在PRO版本中可用。

当启用向后排程时,此设置可作为新任务的默认结束日期。

See also
Back to top