start_date property

start_date property

The date time from which the project started.

Definition:

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

See Also