shot_date property
shot_date property
Gets or sets the date and time when the video was shot.
Definition:
@property
def shot_date(self):
...
@shot_date.setter
def shot_date(self, value):
...
Gets or sets the date and time when the video was shot.
@property
def shot_date(self):
...
@shot_date.setter
def shot_date(self, value):
...