QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

VacationTimeMaximumTime Property

The maximum time off that the employee can accrue.

Syntax

ANSI (Cross Platform)
char* GetVacationTimeMaximumTime();
int SetVacationTimeMaximumTime(const char* lpszVacationTimeMaximumTime); Unicode (Windows) LPWSTR GetVacationTimeMaximumTime();
INT SetVacationTimeMaximumTime(LPCWSTR lpszVacationTimeMaximumTime);
@property (nonatomic,readwrite,assign,getter=vacationTimeMaximumTime,setter=setVacationTimeMaximumTime:) NSString* vacationTimeMaximumTime;
- (NSString*)vacationTimeMaximumTime;
- (void)setVacationTimeMaximumTime:(NSString*)newVacationTimeMaximumTime;
#define PID_EMPLOYEE_VACATIONTIMEMAXIMUMTIME 41

INQB_EXTERNAL void* INQB_CALL InQB_Employee_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_Employee_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

The maximum time off that the employee can accrue. (QuickBooks itself does not enforce this limit, however. VacationTimeAvailable time can be greater than VacationTimeMaximumTime.) 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.

Data Type

String

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