QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

sick_time_maximum_time Property

The maximum time off that the employee can accrue.

Syntax

def get_sick_time_maximum_time() -> str: ...
def set_sick_time_maximum_time(value: str) -> None: ...

sick_time_maximum_time = property(get_sick_time_maximum_time, set_sick_time_maximum_time)

Default Value

""

Remarks

The maximum time off that the employee can accrue. (QuickBooks itself does not enforce this limit, however. sick_time_available time can be greater than sick_time_maximum_time.) The default value is whatever the QuickBooks user has set in the QuickBooks Employee Preferences.

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]