created_time property

created_time property

Gets or sets date of the document creation in local timezone.

Remarks

Aspose.Cells does not update this property when you modify the document.

Definition:

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

See Also