QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

duration Property

The duration of time.

Syntax

def get_duration() -> str: ...
def set_duration(value: str) -> None: ...

duration = property(get_duration, set_duration)

Default Value

""

Remarks

The duration of time being tracked.

Time is represented in hours followed by minutes, with the character ':' (colon) separating them. For instance, two hours and thirty minutes is represented as "2:30". Seconds are not supported.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Python Edition - Version 20.0 [Build 7941]