QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

sick_time_available Property

The total time off currently available for the employee to use.

Syntax

def get_sick_time_available() -> str: ...
def set_sick_time_available(value: str) -> None: ...

sick_time_available = property(get_sick_time_available, set_sick_time_available)

Default Value

""

Remarks

The total time off currently available for the employee to use. If this value is empty it will default to 0.

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]