last_saved_time property

last_saved_time property

Gets or sets the time of the last save in local timezone.

Remarks

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

Definition:

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

See Also