last_modify_date property

last_modify_date property

Gets or sets the value of stEvt:when for the last time the file was written.

Definition:

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

See Also