QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

vacationTimeAvailable (property)

The total time off currently available for the employee to use.

Syntax

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

Default Value

""

Remarks

The total time off currently available for the employee to use. If this value is empty it will default to 0.

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]