last_saved_universal_time property

last_saved_universal_time property

Gets or sets the universal time of the last save.

Remarks

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

Definition:

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

See Also