QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

SickTimeResetsEachYear Property

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

Syntax

ANSI (Cross Platform)
int GetSickTimeResetsEachYear();
int SetSickTimeResetsEachYear(int bSickTimeResetsEachYear); Unicode (Windows) BOOL GetSickTimeResetsEachYear();
INT SetSickTimeResetsEachYear(BOOL bSickTimeResetsEachYear);
@property (nonatomic,readwrite,assign,getter=sickTimeResetsEachYear,setter=setSickTimeResetsEachYear:) BOOL sickTimeResetsEachYear;
- (BOOL)sickTimeResetsEachYear;
- (void)setSickTimeResetsEachYear:(BOOL)newSickTimeResetsEachYear;
#define PID_EMPLOYEE_SICKTIMERESETSEACHYEAR 33

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]