QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

vacationTimeAccrued (property)

The time off that the employee will accrue per AccrualPeriod .

Syntax

@property (nonatomic,readwrite,assign,getter=vacationTimeAccrued,setter=setVacationTimeAccrued:) NSString* vacationTimeAccrued;
- (NSString*)vacationTimeAccrued;
- (void)setVacationTimeAccrued:(NSString*)newVacationTimeAccrued;
public var vacationTimeAccrued: String {
  get {...}
set {...} }

Default Value

""

Remarks

The time off that the employee will accrue per VacationTimeAccrualPeriod. The default value is whatever the QuickBooks user has set in the QuickBooks Employee Preferences

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.

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