date_created property

date_created property

Gets or sets the date the intellectual content of the document was created.

Definition:

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

See Also