inherit_calendar

定义任务是否应继承其汇总父任务的工作日历

boolean inherit_calendar;

Available only in PRO Edition

Example

gantt.config.inherit_calendar = true;


Default value:

false

Related samples

Details

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

默认情况下,未指定工作日历的任务将使用全局工作日历。

当此选项设置为 true 时,这些任务将采用其汇总(项目)父任务的日历。

See also
Back to top