date_time property

date_time property

Gets or sets the date and time of image creation. In the EXIF standard, it is the date and time the file was changed.

Definition:

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

See Also