end_date property

end_date property

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

Definition:

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

See Also