QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

FirstMonthTax Property

The first month in the company's tax year.

Syntax

ANSI (Cross Platform)
char* GetFirstMonthTax();

Unicode (Windows)
LPWSTR GetFirstMonthTax();
@property (nonatomic,readonly,assign,getter=firstMonthTax) NSString* firstMonthTax;
- (NSString*)firstMonthTax;
#define PID_COMPANY_FIRSTMONTHTAX 9

INQB_EXTERNAL void* INQB_CALL InQB_Company_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The first month in the company's tax year. Will be the name of the month (i.e., "January", "February", etc.)

This property is read-only.

Data Type

String

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