QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

VacationTimeResetsEachYear Property

Indicates whether or not the accrued time off resets to zero at the beginning of the new year.

Syntax

ANSI (Cross Platform)
int GetVacationTimeResetsEachYear();
int SetVacationTimeResetsEachYear(int bVacationTimeResetsEachYear); Unicode (Windows) BOOL GetVacationTimeResetsEachYear();
INT SetVacationTimeResetsEachYear(BOOL bVacationTimeResetsEachYear);
@property (nonatomic,readwrite,assign,getter=vacationTimeResetsEachYear,setter=setVacationTimeResetsEachYear:) BOOL vacationTimeResetsEachYear;
- (BOOL)vacationTimeResetsEachYear;
- (void)setVacationTimeResetsEachYear:(BOOL)newVacationTimeResetsEachYear;
#define PID_EMPLOYEE_VACATIONTIMERESETSEACHYEAR 42

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

FALSE

Remarks

Indicates whether or not the accrued time off resets to zero at the beginning of the new year.

Data Type

Boolean

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