creation_date property

creation_date property

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

Definition:

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

See Also