QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

vacation_time_used Property

The time off that the employee has used in the current AccrualPeriod .

Syntax

def get_vacation_time_used() -> str: ...
def set_vacation_time_used(value: str) -> None: ...

vacation_time_used = property(get_vacation_time_used, set_vacation_time_used)

Default Value

""

Remarks

The time off that the employee has used in the current vacation_time_accrual_period. This property requires QBXMLVersion to be set to "5.0" or greater.

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]