QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

SickTimeUsed Property

The time off that the employee has used in the current AccrualPeriod .

Syntax

ANSI (Cross Platform)
char* GetSickTimeUsed();
int SetSickTimeUsed(const char* lpszSickTimeUsed); Unicode (Windows) LPWSTR GetSickTimeUsed();
INT SetSickTimeUsed(LPCWSTR lpszSickTimeUsed);
@property (nonatomic,readwrite,assign,getter=sickTimeUsed,setter=setSickTimeUsed:) NSString* sickTimeUsed;
- (NSString*)sickTimeUsed;
- (void)setSickTimeUsed:(NSString*)newSickTimeUsed;
#define PID_EMPLOYEE_SICKTIMEUSED 34

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 time off that the employee has used in the current SickTimeAccrualPeriod. This property requires QBXMLVersion to be set to "5.0" or greater.

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]