QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

SickTimeAvailable Property

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

Syntax

ANSI (Cross Platform)
char* GetSickTimeAvailable();
int SetSickTimeAvailable(const char* lpszSickTimeAvailable); Unicode (Windows) LPWSTR GetSickTimeAvailable();
INT SetSickTimeAvailable(LPCWSTR lpszSickTimeAvailable);
@property (nonatomic,readwrite,assign,getter=sickTimeAvailable,setter=setSickTimeAvailable:) NSString* sickTimeAvailable;
- (NSString*)sickTimeAvailable;
- (void)setSickTimeAvailable:(NSString*)newSickTimeAvailable;
#define PID_EMPLOYEE_SICKTIMEAVAILABLE 31

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 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 C++ Edition - Version 20.0 [Build 7941]