QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

DateSold Property

Indicates Date asset was sold.

Syntax

ANSI (Cross Platform)
char* GetDateSold();
int SetDateSold(const char* lpszDateSold); Unicode (Windows) LPWSTR GetDateSold();
INT SetDateSold(LPCWSTR lpszDateSold);
@property (nonatomic,readwrite,assign,getter=dateSold,setter=setDateSold:) NSString* dateSold;
- (NSString*)dateSold;
- (void)setDateSold:(NSString*)newDateSold;
#define PID_ITEM_DATESOLD 3

INQB_EXTERNAL void* INQB_CALL InQB_Item_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_Item_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property is required for the itFixedAsset ItemType. It is not used by any other ItemType.

Data Type

String

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