total_editing_time property

total_editing_time property

Gets or sets the total editing time in minutes.

Definition:

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

See Also