QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

VacationTimeAvailable Property

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

Object Oriented Interface

public function getVacationTimeAvailable();
public function setVacationTimeAvailable($value);

Procedural Interface

inqb_employee_get($res, 40 );
inqb_employee_set($res, 40, $value );

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.

Data Type

String

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