creation_date property

creation_date property

The creation date of the document.

Definition:

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

See Also