start_date property

start_date property

Gets and sets the start date of the timespan scrolling position of this Timeline.

Definition:

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

See Also