QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ReleasedDate Property

Date employee was released.

Syntax

ANSI (Cross Platform)
char* GetReleasedDate();
int SetReleasedDate(const char* lpszReleasedDate); Unicode (Windows) LPWSTR GetReleasedDate();
INT SetReleasedDate(LPCWSTR lpszReleasedDate);
@property (nonatomic,readwrite,assign,getter=releasedDate,setter=setReleasedDate:) NSString* releasedDate;
- (NSString*)releasedDate;
- (void)setReleasedDate:(NSString*)newReleasedDate;
#define PID_EMPLOYEE_RELEASEDDATE 27

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 date the employee was released (if he/she was released).

This property is allowed in Add operations, and not used in Update operations.

Data Type

String

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