created_time property

BuiltInDocumentProperties.created_time property

Gets or sets date of the document creation in UTC.

@property
def created_time(self) -> datetime.datetime:
    ...

@created_time.setter
def created_time(self, value: datetime.datetime):
    ...

Remarks

For documents originated from RTF format this property returns local time of the author’s machine at the moment of document creation.

Aspose.Words does not update this property.

See Also