QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Duration Property

The duration of time.

Syntax

ANSI (Cross Platform)
char* GetDuration();
int SetDuration(const char* lpszDuration); Unicode (Windows) LPWSTR GetDuration();
INT SetDuration(LPCWSTR lpszDuration);
@property (nonatomic,readwrite,assign,getter=duration,setter=setDuration:) NSString* duration;
- (NSString*)duration;
- (void)setDuration:(NSString*)newDuration;
#define PID_TIMETRACKING_DURATION 4

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

Default Value

""

Remarks

The duration of time being tracked.

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]