time_created property

time_created property

Gets or sets a date and time value indicating when the document was created.

Definition:

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

See Also