start_date property

start_date property

The start date of the Gantt Chart View to be included into the output.

Use this option when you need to render part of the project within specified time interval of the Gantt Chart View.

For code sample, see the documentation.

Definition:

@property
def start_date(self):
    ...
@start_date.setter
def start_date(self, value):
    ...

See Also