modification_date property

modification_date property

Gets or sets the document’s modification date specified as the Coordinated Universal Time (UTC).

Definition:

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

See Also