total_editing_time property

BuiltInDocumentProperties.total_editing_time property

Gets or sets the total editing time in minutes.

@property
def total_editing_time(self) -> int:
    ...

@total_editing_time.setter
def total_editing_time(self, value: int):
    ...

See Also