total_editing_time property

total_editing_time property

Total editing time of a presentation. Read/write System.TimeSpan.

Definition:

@property
def total_editing_time(self):
    ...

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

See Also