total_editing_time propiedad
total_editing_time propiedad
Obtiene o establece el tiempo total de edición en minutos.
Definición:
@property
def total_editing_time(self):
...
@total_editing_time.setter
def total_editing_time(self, value):
...
Obtiene o establece el tiempo total de edición en minutos.
@property
def total_editing_time(self):
...
@total_editing_time.setter
def total_editing_time(self, value):
...